I am vaguely familiar with JNI , and am curious to see my machine-specific implementation of some native methods in java.lang. Thread#currentThread() , for example.
I found a bunch of DLLs in [JDK_HOME] / jre / bin, but as I said, I'm trying to find the source code.
Does anyone know where to find the native source code? Is it even affordable or classified by Sun (oops I mean "We are in it to win this" Oracle)?
java native jni java-native-interface
Ben Simmons Feb 18 '10 at 22:13 2010-02-18 22:13
source share