Blocks :
|
|
Blocks :
|
|
Relates :
|
(This should be done after JDK-8244778 - Archive full module graph in CDS) With JDK-8244778, the PackageEntry of all archived classes (for the 3 built-in class loaders) are all created during CDS dump time. We can remember this in InstanceKlass::_package_entry to avoid the hashtable lookup at runtime.
|