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.

This pull request has now been integrated.

Changeset: 0e3d91dc
Author:    Daniel D. Daugherty <dcubed at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0e3d91dc213b5173f72e954d9b8e13e1b8343b23
Stats:     7 lines in 1 file changed: 0 ins; 4 del; 3 mod

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

Reviewed-by: jiefu

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

PR: https://git.openjdk.org/jdk/pull/14747


More information about the hotspot-gc-dev mailing list