RFR: 8285970: gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java still fails after JDK-8285011

Thomas Schatzl tschatzl at openjdk.java.net
Mon May 2 15:31:44 UTC 2022


On Mon, 2 May 2022 13:54:51 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> Hi all,
>> 
>>   please review this test fix that disables running that test when the user provided the `UseCompressedOops` flag on the command line. I intentionally did not change the `createTestJvm` call to `createJavaProcessBuilder` or similar to allow running with other collectors than the default, which should work.
>> 
>> Testing: local testing with and without `-XX:-UseCompressedOops` on the jtreg command line
>> 
>> Thanks,
>>   Thomas
>
> Thumbs up. This is a trivial fix and does not have to wait for 24 hours.

Thanks @dcubed-ojdk and @albertnetymk for your reviews

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

PR: https://git.openjdk.java.net/jdk/pull/8499



More information about the hotspot-gc-dev mailing list