Parallel: Group all class unloading logc at the end of marking phase

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: None
    • Component/s: hotspot
    • gc
    • 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.

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: