Integrated: 8311215: [BACKOUT] JDK-8047998 Abort the vm if MaxNewSize is not the same as NewSize when MaxHeapSize is the same as InitialHeapSize
Jie Fu
jiefu 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.
Looks good and trivial.
Thanks.
-------------
Marked as reviewed by jiefu (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14747#pullrequestreview-1508639581
More information about the hotspot-gc-dev
mailing list