开发者

Native Methods - java

开发者 https://www.devze.com 2023-04-08 18:36 出处:网络
where to find the source code of the machine specific native methods declared in java... For example priva开发者_运维知识库te static native Class forName0(String name, boolean initialize,

where to find the source code of the machine specific native methods declared in java...

For example priva开发者_运维知识库te static native Class forName0(String name, boolean initialize, ClassLoader loader)


Use Google code search (see here for the search results).

You'll be looking for C code from the JDK implementation.

0

精彩评论

暂无评论...
验证码 换一张
取 消