-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
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.
ClassUnloadingContext ctx(1 /* num_nmethod_unlink_workers */,
false /* unregister_nmethods_during_purge */,
false /* lock_nmethod_free_separately */);
Use parallelCleaning.hpp for parallel class unloading.
- links to
-
Commit(master)
openjdk/jdk/1cdd241f
-
Review(master)
openjdk/jdk/27689