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

Albert Mingkun Yang ayang at openjdk.java.net
Mon May 2 09:41:43 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

Marked as reviewed by ayang (Reviewer).

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

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



More information about the hotspot-gc-dev mailing list