RFR: 8330647: Two CDS tests fail with -UseCompressedOops and UseSerialGC/UseParallelGC [v2]

Calvin Cheung ccheung at openjdk.org
Tue May 21 20:57:29 UTC 2024


On Tue, 21 May 2024 16:40:25 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   check test.cds.runtime.options property in VMProps.java
>
> test/jtreg-ext/requires/VMProps.java line 337:
> 
>> 335: 
>> 336:     final String GC_PREFIX  = "-XX:+Use";
>> 337:     final String GC_SUFFIX  = "GC";
> 
> Suggestion:
> 
>     final String GC_PREFIX = "-XX:+Use";
>     final String GC_SUFFIX = "GC";

Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19274#discussion_r1608939779


More information about the hotspot-runtime-dev mailing list