> On 24 maj 2016, at 04:04, Jonathan Gibbons <jonathan.gibb...@oracle.com> > wrote: > > It seems anomalous that langtools is missing, but perhaps that's a different > problem.
Langtools is already doing things this way. That was the only place things worked! > > -- Jon > > On 05/23/2016 11:14 AM, Staffan Larsen wrote: >> This does not work: >> >> $ cd test >> $ make jtreg_tests CONCURRENCY=10 EXTRA_JTREG_OPTIONS=-k:\!headful >> >> I can specify either CONCURRENCY or EXTRA_JTREG_OPTIONS, but not both. >> >> Please review the fix below: >> >> bug: https://bugs.openjdk.java.net/browse/JDK-8157605 >> <https://bugs.openjdk.java.net/browse/JDK-8157605> >> webrev: http://cr.openjdk.java.net/~sla/8157605/webrev.00/ >> <http://cr.openjdk.java.net/~sla/8157605/webrev.00/> >> >> Thanks, >> /Staffan >