Identify library file/Source that contains native method implementation

后端 未结 3 478
日久生厌
日久生厌 2021-01-27 16:01

How to identify library file that contains implementation of native methods ?

Ex.

public native String intern();

Where can I find imple

3条回答
  •  Happy的楠姐
    2021-01-27 16:41

    Download this JDK 6 library:

    http://download.java.net/jdk6/source/

    and search through sources.

    But I think, some code implementations are not accessible as OpenSource

提交回复
热议问题