-
Enhancement
-
Resolution: Fixed
-
P4
-
9, 10
-
b21
This information can not only be used for refinement (update rs), but also during scan rs phase.
Further, it proved useful to rearrange the filters in the card scanning code a bit to
- not do work if we can quickly determine we won't use it
- optimize a bit for duplicate card scans by moving the card table check first
- relates to
-
JDK-8177044 Remove _scan_top from HeapRegion
- Resolved