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: Unresolved
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • gc

      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:
            2 Start watching this issue

              Created:
              Updated: