JDK-8211971 : Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-10-10
  • Updated: 2020-02-24
  • Resolved: 2018-10-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12
11.0.4Fixed 12 b16Fixed
Related Reports
Relates :  
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.
Comments
Fix Request: This backport is a prerequisite for JDK-8195793. The risk is low, as it is a test fix/cleanup only.
09-03-2019