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

Parallel: Use multiple workers for class unloading

XMLWordPrintable

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

      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.

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

              Created:
              Updated: