mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-14 20:35:09 +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