-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: 13
-
Component/s: hotspot
Currently, if a CDS shared class of the UNREGISTERED is unloaded (because it's class loader is no longer reachable), it's left in a state where it will not be usable by another class loader. To improve memory efficiency, we should clean up this shared class during unloading, such that it can be re-loaded by another class loader instance.