-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b79
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135862 | emb-9 | Vincent Ryan | P2 | Resolved | Fixed | team |
java.security.KeyStoreSpi.engineProbe: Calling the default implementation of engineProbe(null) does not throw a NPE as expected.
The spec states: Throws: NullPointerException - if stream is null.
New JCK test api/java_security/KeyStoreSpi/index.html#EngineProbeTests[engineProbeNPE] fails due to this issue.
The spec states: Throws: NullPointerException - if stream is null.
New JCK test api/java_security/KeyStoreSpi/index.html#EngineProbeTests[engineProbeNPE] fails due to this issue.
- backported by
-
JDK-8135862 KeyStoreSpi.engineProbe does not throw the expected NullPointerException
-
- Resolved
-