-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b12
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8307213 | 8u391 | Hari Rakesh | P3 | Resolved | Fixed | b01 |
TESTFAIL:java/util/Arrays/Correct.java
java/util/Arrays/Correct.java failed in jdk9/b03 same binaries run, one time on one platform so far (out of 340 runs):
----------System.err:(12/587)----------
java.lang.RuntimeException: failed!
at Correct.main(Correct.java:49)
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:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:754)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: failed!
java/util/Arrays/Correct.java failed in jdk9/b03 same binaries run, one time on one platform so far (out of 340 runs):
----------System.err:(12/587)----------
java.lang.RuntimeException: failed!
at Correct.main(Correct.java:49)
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:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:754)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: failed!
- backported by
-
JDK-8307213 java/util/Arrays/Correct.java fails intermittently
- Resolved