H
hiwa
I'd like to know the mechanism in which interruptible blocking
methods, such as Object.wait() and Thread.sleep(), could
make and throw an InterruptedException from a result of
their native counterparts.
I have downloaded the JDK 1.5 source and the GNU global
program(gtags and htags) has made a gigantic set of HTMLs
linking source files and symbols in them. However, I could not
find the bridge part that should span between Java method
declations and their native implementations for each OS
platform.
Then comes the title of the question: Could someone know,
how to read the JDK source effectively?
methods, such as Object.wait() and Thread.sleep(), could
make and throw an InterruptedException from a result of
their native counterparts.
I have downloaded the JDK 1.5 source and the GNU global
program(gtags and htags) has made a gigantic set of HTMLs
linking source files and symbols in them. However, I could not
find the bridge part that should span between Java method
declations and their native implementations for each OS
platform.
Then comes the title of the question: Could someone know,
how to read the JDK source effectively?