JDK-8292176 : Flush X509Certificate cache to JFR event when necessary
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2022-08-10
  • Updated: 2022-11-10
  • Resolved: 2022-11-10
Related Reports
Duplicate :  
Relates :  
Description
The current X509CertificateEvent generates events for certificates not already cached in the internal JDK x509 cache. If a recording is started mid flight during a JDK run, cached certs will not be recorded for this event (if event is enabled)
Comments
Resolved via JDK-8292033 - we generate an event each time generateCertificate is called via factory now.
10-11-2022