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 14:02:16 GMT, Jie Fu <jiefu 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.

@DamonFool - Thanks for the fast review! Especially for a Saturday AM (in my TZ)...

I'll wait for the Mach5 Tier2 to make more progress before I integrate.

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

PR Comment: https://git.openjdk.org/jdk/pull/14747#issuecomment-1615934089


More information about the hotspot-gc-dev mailing list