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

Serial: Group all class unloading logic at the end of marking phase

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • None
    • hotspot
    • gc
    • b10

      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.

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

              Created:
              Updated:
              Resolved: