Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2
-
Resolution: Fixed
-
Affects Version/s: 9
-
Fix Version/s: 9
-
Component/s: security-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b16
-
Verification:Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8048436 | 8u25 | Vincent Ryan | P2 | Resolved | Fixed | b05 |
JDK-8047219 | 8u20 | Vincent Ryan | P2 | Closed | Fixed | b20 |
JDK-8053693 | emb-8u26 | Vincent Ryan | P2 | Resolved | Fixed | b17 |
Description
These tests failed in hotspot hs-rt nightly testing in -client on 32 bit linux platform.
RULE sun/security/pkcs11/Secmod/AddTrustedCert.java Exception java.io.IOException: ...: wrong ELF...
RULE sun/security/pkcs11/Secmod/Crypto.java Exception java.io.IOException: ...: wrong ELF...
RULE sun/security/pkcs11/Secmod/GetPrivateKey.java Exception java.io.IOException: ...: wrong ELF...
RULE sun/security/pkcs11/Secmod/JksSetPrivateKey.java Exception java.io.IOException: ...: wrong ELF...
RULE sun/security/pkcs11/Secmod/TrustAnchors.java Exception java.io.IOException: ...: wrong ELF...
RULE sun/security/tools/keytool/autotest.sh Exception java.io.IOException: ...: wrong ELF...
Caused by: java.io.IOException: /usr/lib/libnss3.so: wrong ELF class: ELFCLASS64
at sun.security.pkcs11.Secmod.nssLoadLibrary(Native Method)
at sun.security.pkcs11.Secmod.initialize(Secmod.java:210)
at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:207)
I think these tests were just enabled in hs-rt nightly testing.
RULE sun/security/pkcs11/Secmod/AddTrustedCert.java Exception java.io.IOException: ...: wrong ELF...
RULE sun/security/pkcs11/Secmod/Crypto.java Exception java.io.IOException: ...: wrong ELF...
RULE sun/security/pkcs11/Secmod/GetPrivateKey.java Exception java.io.IOException: ...: wrong ELF...
RULE sun/security/pkcs11/Secmod/JksSetPrivateKey.java Exception java.io.IOException: ...: wrong ELF...
RULE sun/security/pkcs11/Secmod/TrustAnchors.java Exception java.io.IOException: ...: wrong ELF...
RULE sun/security/tools/keytool/autotest.sh Exception java.io.IOException: ...: wrong ELF...
Caused by: java.io.IOException: /usr/lib/libnss3.so: wrong ELF class: ELFCLASS64
at sun.security.pkcs11.Secmod.nssLoadLibrary(Native Method)
at sun.security.pkcs11.Secmod.initialize(Secmod.java:210)
at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:207)
I think these tests were just enabled in hs-rt nightly testing.
Attachments
Issue Links
- backported by
-
JDK-8048436 Security tests fail on 32 bit linux platform
-
- Resolved
-
-
JDK-8053693 Security tests fail on 32 bit linux platform
-
- Resolved
-
-
JDK-8047219 Security tests fail on 32 bit linux platform
-
- Closed
-