Review Request: JDK-8190911: tools/jdeps/MultiReleaseJar.java failed with java.lang.IllegalThreadStateException
mandy chung
mandy.chung at oracle.com
Mon Nov 27 22:02:39 UTC 2017
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