where to find the source code of the machine specific native methods declared in java...
For example private static native Class forName0(String name, boolean initialize, ClassLoader loader)
where to find the source code of the machine specific native methods declared in java...
For example private 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.