How to identify library file that contains implementation of native methods ?
Ex.
public native String intern();
Where can I find imple
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