Re: 8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc

2014-08-18 Thread Bengt Rutisson
Hi Stefan, On 2014-08-18 13:43, Stefan Karlsson wrote: Jon suggested that I should add -Xincgc. Here's the updated webrev: http://cr.openjdk.java.net/~stefank/8055111/webrev.01/ Looks good. Thanks, Bengt thanks, StefanK On 2014-08-14 14:04, Stefan Karlsson wrote: Hi all, Please, revie

Re: 8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc

2014-08-18 Thread Stefan Karlsson
Jon suggested that I should add -Xincgc. Here's the updated webrev: http://cr.openjdk.java.net/~stefank/8055111/webrev.01/ thanks, StefanK On 2014-08-14 14:04, Stefan Karlsson wrote: Hi all, Please, review this patch to add -Xconcgc to the set of flags to be filtered out by Utils.removeGcOpt

Re: 8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc

2014-08-14 Thread Staffan Larsen
Looks good! Thanks, /Staffan On 14 aug 2014, at 14:04, Stefan Karlsson wrote: > Hi all, > > Please, review this patch to add -Xconcgc to the set of flags to be filtered > out by Utils.removeGcOpts: > http://cr.openjdk.java.net/~stefank/8055111/webrev.00/ > > This fixes one of the instances i

8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc

2014-08-14 Thread Stefan Karlsson
Hi all, Please, review this patch to add -Xconcgc to the set of flags to be filtered out by Utils.removeGcOpts: http://cr.openjdk.java.net/~stefank/8055111/webrev.00/ This fixes one of the instances in: https://bugs.openjdk.java.net/browse/JDK-8019361 - [TESTBUG] Conflicting collector combina