RFR(XS): 8210259: [testbug] IncompatibleOptions.java fails if VM configured without ZGC
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Sat Sep 1 18:49:52 UTC 2018
Thanks Ioi!
Best regards,
Goetz.
> -----Original Message-----
> From: hotspot-runtime-dev <hotspot-runtime-dev-
> bounces at openjdk.java.net> On Behalf Of Ioi Lam
> Sent: Saturday, September 1, 2018 6:21 PM
> To: hotspot-runtime-dev at openjdk.java.net
> Subject: Re: RFR(XS): 8210259: [testbug] IncompatibleOptions.java fails if VM
> configured without ZGC
>
> Looks good. Thanks for fixing this.
>
> - Ioi
>
>
> On 8/31/18 4:58 AM, Lindenmaier, Goetz wrote:
> > Hi,
> >
> > could I please get reviews for this tiny fix?
> > http://cr.openjdk.java.net/~goetz/wr18/8210259-
> fixNoZGCError/webrev.01/
> >
> > The testcase enabling ZGC is protected by (Platform.isLinux() &&
> Platform.isX64()).
> > Thus, the test fails if the VM is compiled without ZGS on linuxx86_64.
> > Fix: use GC.Z.isSupported()
> >
> > Best regards,
> > Goetz.
More information about the hotspot-runtime-dev
mailing list