All, I just wondered how can I get the source of the rt.jar
for JDK 1.7. I knew there is a source package name the src.zip
under the JDK home path(supposed in the windows system). But it seems some classes of rt.jar is not included in it. Like sun.misc
namespace. Did I miss something? Thanks.
Update
I just want to debug the source code of ConcurrentHashMap
. I already compiled source from JDK src.zip and added into the endorsed folder. But found sun.misc.Unsafe
still missing.