Integrated: 8311215: [BACKOUT] JDK-8047998 Abort the vm if MaxNewSize is not the same as NewSize when MaxHeapSize is the same as InitialHeapSize

Daniel D. Daugherty dcubed at openjdk.org
Sat Jul 1 16:00:07 UTC 2023


On Sat, 1 Jul 2023 13:57:02 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

> This reverts commit 8abb9f590f844d098b156b719499bb0447f99759.
> 
> Two tests are failing many times in Tier2 after [JDK-8047998](https://bugs.openjdk.org/browse/JDK-8047998): 
> 
>   10 gc/arguments/TestNewSizeFlags.java 
>   10 gc/arguments/TestVerifyBeforeAndAfterGCFlags.java 
> 
> so 20 failures per Tier2. 
> 
> Three tests are failing many times in Tier3 after [JDK-8047998](https://bugs.openjdk.org/browse/JDK-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.

I have an urgent Mach5 Tier2 job running to verify the [BACKOUT].

In jdk-22+5-321-tier2, 5 tier2-gc-open_test_hotspot_jtreg_hotspot_gc
test tasks PASSed and 10 tier2-gc-open_test_hotspot_jtreg_hotspot_gc
test tasks FAILed.

In my urgent Tier2 so far 9 tier2-gc-open_test_hotspot_jtreg_hotspot_gc
have PASSed, 3 are scheduled and 3 are still just created. The [BACKOUT]
likely works just fine (for Tier2), but I'm going to wait a little longer.

In my urgent Tier2 so far 12 tier2-gc-open_test_hotspot_jtreg_hotspot_gc
have PASSed, 3 are running. Almost there...

In my urgent Tier2 all 15 tier2-gc-open_test_hotspot_jtreg_hotspot_gc
have PASSed.

A typo in the commit mesg prevented the integration from working. Sigh... Needed more coffee...

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14747#issuecomment-1615929043
PR Comment: https://git.openjdk.org/jdk/pull/14747#issuecomment-1615939877
PR Comment: https://git.openjdk.org/jdk/pull/14747#issuecomment-1615945115
PR Comment: https://git.openjdk.org/jdk/pull/14747#issuecomment-1615950180
PR Comment: https://git.openjdk.org/jdk/pull/14747#issuecomment-1615971453


More information about the hotspot-gc-dev mailing list