how to get sun implementation classes such as sun.nio.* and sun.rmi.*, etc ?
Mark Reinhold
mr at sun.com
Thu Jun 21 19:45:05 PDT 2007
> Date: Fri, 22 Jun 2007 09:32:25 +0800
> From: zhang Jackie <jackieict at gmail.com>
> Do someone know how to get sun implementation classes such as sun.nio.* and
> sun.rmi.*,etc ? I cant find them in hotspot source code and src.zip of jdk.
> who produced these classes?
These are not part of HotSpot, nor are they in the src.zip file
shipped in the JDK binary distribution. You'll find them in the
"j2se" subdirectory of the full sources. The sun.nio package,
e.g., is in j2se/src/share/classes/sun/nio, or just go here:
https://openjdk.dev.java.net/source/browse/openjdk/jdk/trunk/j2se/src/share/classes/sun/nio/
- Mark
More information about the hotspot-dev
mailing list