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

Thomas Schatzl tschatzl at openjdk.java.net
Mon May 2 09:00:16 UTC 2022


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

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

Commit messages:
 - Do not run the test if user specified UseCompressedOops flag as we set it ourselves

Changes: https://git.openjdk.java.net/jdk/pull/8499/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8499&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8285970
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8499.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8499/head:pull/8499

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



More information about the hotspot-gc-dev mailing list