mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-24 06:40:05 +00:00
Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time. Reviewed-by: mgerdin, brutisso