-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b13
In JDK-8349906 the assignment of prediction values for newly allocated entries in the survivor rate tables changed from calculating the recent prediction from the difference of previous accumulated predictions to last actual value.
This has been done for the prediction itself, but has been overlooked for the new accumulated prediction.
Found by [~ayang].
Fix.
This has been done for the prediction itself, but has been overlooked for the new accumulated prediction.
Found by [~ayang].
Fix.
- caused by
-
JDK-8349906 G1: Improve initial survivor rate for newly used young regions
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/d6c4be67
-
Review(master) openjdk/jdk/23795