-
Enhancement
-
Resolution: Fixed
-
P4
-
20
-
b20
Currently the scan-to-merge ratio ("which fraction of the remembered sets creates unique cards") uses the total number of scanned cards (apparently) as a (fairly good) approximation (in many cases) for the denominator of that fraction.
Use the number of remset entries in the remset instead for better understanding.
Performance in some tests looks the same as before.
Raised by ayang in the discussion forJDK-8294847
Use the number of remset entries in the remset instead for better understanding.
Performance in some tests looks the same as before.
Raised by ayang in the discussion for
- relates to
-
JDK-8294847 Fix calculation of G1 effective scanned cards prediction
-
- Resolved
-