Currently, some class unloading logic, e.g. ClassLoaderDataGraph::purge, is placed in SerialHeap::do_full_collection, which causes `ClassUnloadingContext` to be declared/allocated outside of serialFullGC.cpp.
Group them together to improve cohesion.
Group them together to improve cohesion.
- links to
-
Review(master) openjdk/jdk/26499