-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b08
Currently, some class unloading logic, e.g. ClassLoaderDataGraph::purge, is placed in PSParallelCompact::post_compact, which causes `ClassUnloadingContext` to be located at the same level of various phases inside full-gc.
However, all class unloading logic can be grouped together at the end of marking phase. For example, G1CollectedHeap::unload_classes_and_code.
However, all class unloading logic can be grouped together at the end of marking phase. For example, G1CollectedHeap::unload_classes_and_code.
- links to
-
Commit(master)
openjdk/jdk/5ed72775
-
Review(master)
openjdk/jdk/26130