RFR: 8232056: GetOwnedMonitorInfoWithEATest.java fails with ZGC: Heap too small
Per Liden
per.liden at oracle.com
Wed Oct 9 18:24:20 UTC 2019
Thanks for reviewing, Richard. I kept the 128M, since that was what I
ran through testing, and I'd like to push this as soon as possible since
it's causing noise in our CI.
If someone wants to remove the -Xmx128M, feel free to file a follow up.
However, note that the test might then consume more memory, since the
default -Xmx might be larger than 128M in some environments/configurations.
cheers,
Per
On 10/9/19 4:04 PM, Reingruber, Richard wrote:
> 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 serviceability-dev
mailing list