-
Bug
-
Resolution: Fixed
-
P5
-
9
-
b128
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8310135 | 8u391 | Vanitha B P | P5 | Resolved | Fixed | b01 |
----------System.err:(15/781)----------
java.lang.RuntimeException: Failure.
at Stop.main(Stop.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:746)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Failure.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Failure.
Exception: java.lang.ThreadDeath thrown from the UncaughtExceptionHandler in thread "Thread-2"
----------rerun:(28/2733)*----------
java.lang.RuntimeException: Failure.
at Stop.main(Stop.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:746)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Failure.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Failure.
Exception: java.lang.ThreadDeath thrown from the UncaughtExceptionHandler in thread "Thread-2"
----------rerun:(28/2733)*----------
- backported by
-
JDK-8310135 java/lang/ThreadGroup/Stop.java fails with "RuntimeException: Failure"
- Resolved