In order to reduce the noise in the JDK22 CI, I'm backing out the following fix:
JDK-8047998 Abort the vm if MaxNewSize is not the same as NewSize when MaxHeapSize is the same as InitialHeapSize
Two tests are failing many times in Tier2 afterJDK-8047998:
10 gc/arguments/TestNewSizeFlags.java
10 gc/arguments/TestVerifyBeforeAndAfterGCFlags.java
so 20 failures per Tier2.
Three tests are failing many times in Tier3 afterJDK-8047998:
4 compiler/runtime/Test8010927.java
6 jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithDefNew.java
6 jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParallelScavenge.java
so 16 failures per Tier3.
Two tests are failing many times in Tier2 after
10 gc/arguments/TestNewSizeFlags.java
10 gc/arguments/TestVerifyBeforeAndAfterGCFlags.java
so 20 failures per Tier2.
Three tests are failing many times in Tier3 after
4 compiler/runtime/Test8010927.java
6 jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithDefNew.java
6 jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParallelScavenge.java
so 16 failures per Tier3.
- duplicates
-
JDK-8311213 Two jfr tests (TestPromotionFailedEventWith{ParallelScavenge/DefNew}.java) fail after JDK-8047998
- Closed
- relates to
-
JDK-8309304 Abort the VM if MaxNewSize is not the same as NewSize when MaxHeapSize is the same as InitialHeapSize
- Closed