-
Enhancement
-
Resolution: Fixed
-
P4
-
18
-
b23
While looking at JDK-8276540 I noticed that for iterating over Howl-Full card set containers, we iterate the range card-by-card (`do_card`).
It's more efficient to use the range-based visitor method for that (`do_card_range`). Implement this.
It's more efficient to use the range-based visitor method for that (`do_card_range`). Implement this.
- blocks
-
JDK-8275056 Virtualize G1CardSet containers over heap region
-
- Resolved
-