Review Request: JDK-8190911: tools/jdeps/MultiReleaseJar.java failed with java.lang.IllegalThreadStateException

Brian Burkhalter brian.burkhalter at oracle.com
Mon Nov 27 22:27:36 UTC 2017


Looks good.

Brian

On Nov 27, 2017, at 2:02 PM, mandy chung <mandy.chung at 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



More information about the core-libs-dev mailing list