[8u40] Backport request: 8061960: TestDaemonThread.java regularly fails due to exceeded timeout

Mattias Tobiasson mattias.tobiasson at oracle.com
Mon Nov 17 10:03:32 UTC 2014


Hi,
Please approve this testbug backport from 9. The patch applies cleanly.

The change is just to move "/timeout" parameter on the command line to
the correct position.
Old version: @run main TestDaemonThreadLauncher /timeout=240
New version: @run main/timeout=240 TestDaemonThreadLauncher

Bug:
https://bugs.openjdk.java.net/browse/JDK-8061960

Changeset:
http://hg.openjdk.java.net/jdk9/dev/jdk/rev/7d5f40c8d20e

Review thread:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-August/028098.html

Thanks,
Mattias


More information about the jdk8u-dev mailing list