-
Task
-
Resolution: Fixed
-
P4
-
None
-
master
A recent pr (https://github.com/openjdk/jdk/pull/23305) accidentally introduced infinite repetition of old GC cycles. The problem is that a global variable that denotes a GC trigger is pending for old was not reset to false at the start of an old GC cycle. We need to fix this.
- links to
-
Commit(master) openjdk/jdk/ab4b0ef9
-
Review(master) openjdk/jdk/23827