RFR: 8232056: GetOwnedMonitorInfoWithEATest.java fails with ZGC: Heap too small
Reingruber, Richard
richard.reingruber at sap.com
Wed Oct 9 14:04:38 UTC 2019
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 <per.liden at oracle.com>
Sent: Mittwoch, 9. Oktober 2019 15:20
To: hotspot-compiler-dev <hotspot-compiler-dev at openjdk.java.net>
Cc: Reingruber, Richard <richard.reingruber at sap.com>; serviceability-dev at openjdk.java.net
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
More information about the hotspot-compiler-dev
mailing list