Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8361404

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • gc

      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.

            ayang Albert Yang
            ayang Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: