-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
When choosing regions to add to cset, we sort the regions from most garbage to least garbage. We then iterate the sorted array. We can break early from the loop if we find a region with (garbage <= garbage_threshold). Because we know the regions left won't have enough garbage and won't be added anyway.
- links to
-
Review openjdk/jdk/7211