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

Daniel D.Daugherty dcubed at openjdk.java.net
Mon May 2 13:57:45 UTC 2022


On Mon, 2 May 2022 08:52:33 GMT, Thomas Schatzl <tschatzl 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.

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

Marked as reviewed by dcubed (Reviewer).

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



More information about the hotspot-gc-dev mailing list