mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-08 20:49:44 +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