Looks good. Brian
On Nov 27, 2017, at 2:02 PM, mandy chung <mandy.ch...@oracle.com> wrote: > This is a simple test fix. The test fails because it calls > Process.exitValue() but the process hasn't exited. The test should wait for > the process to terminate or let it to timeout if something goes wrong. > > Webrev: > http://cr.openjdk.java.net/~mchung/jdk10/webrevs/8190911/webrev.00/ > > Mandy