Parallel: Use multiple workers for class unloading

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: None
    • Component/s: hotspot
    • gc
    • b20

      During full-gc marking phase, the class unloading work is performed by a single thread

           ClassUnloadingContext ctx(1 /* num_nmethod_unlink_workers */,
                                    false /* unregister_nmethods_during_purge */,
                                    false /* lock_nmethod_free_separately */);

      Use parallelCleaning.hpp for parallel class unloading.

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

              Created:
              Updated:
              Resolved: