RE: Configure: Does enabling graal automatically disable cmsgc?

2018-08-31 Thread Lindenmaier, Goetz
: Freitag, 31. August 2018 12:07 > To: Lindenmaier, Goetz ; hotspot compiler > ; build-dev (build- > d...@openjdk.java.net) > Subject: Re: Configure: Does enabling graal automatically disable cmsgc? > > On 2018-08-31 11:39, Lindenmaier, Goetz wrote: > > Hi, > > >

Re: Configure: Does enabling graal automatically disable cmsgc?

2018-08-31 Thread Magnus Ihse Bursie
On 2018-08-31 11:39, Lindenmaier, Goetz wrote: Hi, I'm just fixing jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java It is not checking correctly whether ZGC is enabled. I found this code in the test: if (!Compiler.isGraalEnabled()) { // Graal does not support CMS testExec(8,

Configure: Does enabling graal automatically disable cmsgc?

2018-08-31 Thread Lindenmaier, Goetz
Hi, I'm just fixing jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java It is not checking correctly whether ZGC is enabled. I found this code in the test: if (!Compiler.isGraalEnabled()) { // Graal does not support CMS testExec(8, "-XX:+UseConcMarkSweepGC", "", "", false); } I