RFR: 8285011: gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java fails after JDK-8280761
Thomas Schatzl
tschatzl at openjdk.java.net
Tue Apr 26 15:51:07 UTC 2022
Hi all,
can I get reviews for this little test fix that avoids running that test with collectors/platforms where either compressed oops are not supported (ZGC) or the `ulimit -v` call isn't (OSX)?
Testing: tier1, gha
Thanks,
Thomas
-------------
Commit messages:
- test fix
Changes: https://git.openjdk.java.net/jdk/pull/8401/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8401&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8285011
Stats: 3 lines in 2 files changed: 1 ins; 1 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/8401.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8401/head:pull/8401
PR: https://git.openjdk.java.net/jdk/pull/8401
More information about the hotspot-gc-dev
mailing list