On 22 Dec 2015, at 17:25, olivier.lagn...@oracle.com wrote: > Hi Jaroslav, > > Looks good. Not a reviewer however.
+1 -Chris. > Olivier. > > On 22/12/2015 17:50, Jaroslav Bachorik wrote: >> Please, review this trivial test change >> >> Issue : https://bugs.openjdk.java.net/browse/JDK-8145982 >> Webrev: http://cr.openjdk.java.net/~jbachorik/8145982/webrev.00 >> >> The test calls System.exit(0) in case when it is not applicable (due to HW >> configuration). This call is forbidden by the test harness and the test >> fails. The solution is to replace it with 'return'. >> >> Thanks! >> >> -JB- >