> By moving the JFR event up to the java.security.cert.CertificateFactory > class, we can record all generate cert events, including those from 3rd party > providers. I've also altered the logic so that an event is genertate for > every generate cert call (not just ones missing from the JDK provider > implementation cache) > > test case also updated to capture new logic
Sean Coffey has updated the pull request incrementally with one additional commit since the last revision: Use X500Principal#toString() ------------- Changes: - all: https://git.openjdk.org/jdk/pull/10422/files - new: https://git.openjdk.org/jdk/pull/10422/files/c58e0fa6..ff67470a Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=10422&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10422&range=01-02 Stats: 9 lines in 2 files changed: 0 ins; 0 del; 9 mod Patch: https://git.openjdk.org/jdk/pull/10422.diff Fetch: git fetch https://git.openjdk.org/jdk pull/10422/head:pull/10422 PR: https://git.openjdk.org/jdk/pull/10422