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

Thomas Schatzl tschatzl at openjdk.java.net
Mon May 2 15:34:48 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

This pull request has now been integrated.

Changeset: 7a95a40e
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7a95a40e036b324a7502f21ef0b80837b708952a
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

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

Reviewed-by: ayang, dcubed

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

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



More information about the hotspot-gc-dev mailing list