RFR: 8330647: Two CDS tests fail with -UseCompressedOops and UseSerialGC/UseParallelGC [v3]
Stefan Karlsson
stefank at openjdk.org
Thu May 23 07:45:03 UTC 2024
On Wed, 22 May 2024 16:00:17 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> test/jtreg-ext/requires/VMProps.java line 473:
>>
>>> 471: * property is compatible with writing Java heap objects into the CDS archive
>>> 472: */
>>> 473: protected boolean isCDSRuntimeOptionsCompatible() {
>>
>> Please add braces for all the added `if` statements.
>
> Fixed.
You missed this one:
if (jtropts == null)
return true;
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19274#discussion_r1611167012
More information about the hotspot-runtime-dev
mailing list