-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 22
-
Component/s: hotspot
Currently parallel GC removes dead nmethods in bulk (after JDK-8317007); parallelization of that phase may be useful, but the current data structure used for the code root remembered sets, a linked list, isn't amenable to parallelization.
Parallelize and (probably) improve the code root remembered sets for parallel gc.
Parallelize and (probably) improve the code root remembered sets for parallel gc.
- is blocked by
-
JDK-8317007 Add bulk removal of dead nmethods during class unloading
-
- Resolved
-