Relates :
|
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.