Details
-
Sub-task
-
Resolution: Fixed
-
P4
-
12
-
b16
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8239832 | 11.0.8-oracle | Rajan Halade | P4 | Resolved | Fixed | b01 |
JDK-8239829 | 11.0.7-oracle | Rajan Halade | P4 | Resolved | Fixed | b06 |
JDK-8220436 | 11.0.4 | John Jiang | P4 | Resolved | Fixed | b01 |
Description
- security/cacerts/VerifyCACerts.java which is a jtreg test and not a test library class. suggest moving to test suite dir.
- security/CheckBlacklistedCerts.java is also a jtreg test, and not a library class. suggest moving to test suite dir.
@weijun added a comment:
security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java are tests on the cacerts and blacklisted.certs files inside lib/security. That's why they were created in the test/lib/security directory. I'd suggest moving them into sun/security/lib so they automatically stay inside jdk_security3.
- security/CheckBlacklistedCerts.java is also a jtreg test, and not a library class. suggest moving to test suite dir.
@weijun added a comment:
security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java are tests on the cacerts and blacklisted.certs files inside lib/security. That's why they were created in the test/lib/security directory. I'd suggest moving them into sun/security/lib so they automatically stay inside jdk_security3.
Attachments
Issue Links
- backported by
-
JDK-8220436 Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java
- Resolved
-
JDK-8239829 Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java
- Resolved
-
JDK-8239832 Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java
- Resolved
- relates to
-
JDK-8212562 To remove lib/security from test/jdk/TEST.groups
- Closed