Hi Per, Sorry about the problem. Your change looks good to me, I'm not a reviewer though.
Alternatively you can just remove the lines that set -Xmx (and -Xms). The lines are not needed in these tests (copied from other tests). I've tried that successfully just now. Thanks, Richard. -----Original Message----- From: Per Liden <[email protected]> Sent: Mittwoch, 9. Oktober 2019 15:20 To: hotspot-compiler-dev <[email protected]> Cc: Reingruber, Richard <[email protected]>; [email protected] Subject: RFR: 8232056: GetOwnedMonitorInfoWithEATest.java fails with ZGC: Heap too small The newly added: GetOwnedMonitorInfoWithEATest.java GetOwnedMonitorStackDepthInfoWithEATest.java fail when run with ZGC as they set -Xmx to 32M which is too. Bumping to 128m. Bug: https://bugs.openjdk.java.net/browse/JDK-8232056 Webrev: http://cr.openjdk.java.net/~pliden/8232056/webrev.0 /Per
