(This should be done after JDK-8244778 - Archive full module graph in CDS)
WithJDK-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.
With
- is blocked by
-
JDK-8253081 G1 fails on stale objects in archived module graph in Open Archive regions
- Resolved
-
JDK-8244778 Archive full module graph in CDS
- Resolved
- relates to
-
JDK-8261532 Archived superinterface class cannot be accessed
- Resolved