In JDK9 and before, AppCDS was implemented in the closed repo. There was an intermediary API that connected the class loading code between the open and closed repos:
http://hg.openjdk.java.net/jdk9/hs/hotspot/file/c68024d52834/src/share/vm/classfile/classLoaderExt.hpp
http://hg.openjdk.java.net/jdk9/hs/hotspot/file/c68024d52834/src/share/vm/classfile/sharedClassUtil.hpp
http://hg.openjdk.java.net/jdk9/hs/hotspot/file/c68024d52834/src/share/vm/classfile/systemDictionary_ext.hpp
http://hg.openjdk.java.net/jdk9/hs/hotspot/file/c68024d52834/src/share/vm/classfile/systemDictionaryShared.hpp
Some of these intermediary APIs are no longer necessary and should be removed, so that the code is more readable.
http://hg.openjdk.java.net/jdk9/hs/hotspot/file/c68024d52834/src/share/vm/classfile/classLoaderExt.hpp
http://hg.openjdk.java.net/jdk9/hs/hotspot/file/c68024d52834/src/share/vm/classfile/sharedClassUtil.hpp
http://hg.openjdk.java.net/jdk9/hs/hotspot/file/c68024d52834/src/share/vm/classfile/systemDictionary_ext.hpp
http://hg.openjdk.java.net/jdk9/hs/hotspot/file/c68024d52834/src/share/vm/classfile/systemDictionaryShared.hpp
Some of these intermediary APIs are no longer necessary and should be removed, so that the code is more readable.
- duplicates
-
JDK-8201258 Clean up comments for SystemDictionaryShared::find_or_load_shared_class
-
- Closed
-
- is blocked by
-
JDK-8194759 Support caching class mirror objects
-
- Closed
-
- relates to
-
JDK-8188791 Move AppCDS from closed repo to open repo
-
- Resolved
-