-
Bug
-
Resolution: Fixed
-
P4
-
7u10, 7u13, 8
-
b38
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8072272 | 7u85 | Vincent Ryan | P4 | Resolved | Fixed | b01 |
JDK-8055381 | 7u80 | Sean Coffey | P4 | Resolved | Fixed | b03 |
Test failed with
java.lang.CloneNotSupportedException
at javax.crypto.MacSpi.clone(MacSpi.java:150)
at javax.crypto.Mac.clone(Mac.java:654)
at MacClone.main(MacClone.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:474)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
java.lang.CloneNotSupportedException
at javax.crypto.MacSpi.clone(MacSpi.java:150)
at javax.crypto.Mac.clone(Mac.java:654)
at MacClone.main(MacClone.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:474)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
- backported by
-
JDK-8055381 TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10
-
- Resolved
-
-
JDK-8072272 TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10
-
- Resolved
-