-
Bug
-
Resolution: Fixed
-
P3
-
8u40, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084173 | emb-9 | Mattias Tobiasson | P3 | Resolved | Fixed | team |
JDK-8067585 | 8u45 | Mattias Tobiasson | P3 | Resolved | Fixed | b01 |
JDK-8062372 | 8u40 | Mattias Tobiasson | P3 | Resolved | Fixed | b17 |
JDK-8070073 | emb-8u47 | Mattias Tobiasson | P3 | Resolved | Fixed | team |
java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout.
It seems like the test is incorrectly setting up the timeout:
* @run main TestDaemonThreadLauncher /timeout=240
but it should looks like
* @run main/timeout=240 TestDaemonThreadLauncher
It seems like the test is incorrectly setting up the timeout:
* @run main TestDaemonThreadLauncher /timeout=240
but it should looks like
* @run main/timeout=240 TestDaemonThreadLauncher
- backported by
-
JDK-8062372 java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout
-
- Resolved
-
-
JDK-8067585 java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout
-
- Resolved
-
-
JDK-8070073 java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout
-
- Resolved
-
-
JDK-8084173 java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout
-
- Resolved
-