On Mon, 26 Sep 2022 13:45:45 GMT, Sean Coffey <coff...@openjdk.org> wrote:
> 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 This pull request has now been integrated. Changeset: 102b2b32 Author: Sean Coffey <coff...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/102b2b32feec4727145be4814eb1a69ef462ff16 Stats: 237 lines in 12 files changed: 151 ins; 53 del; 33 mod 8292033: Move jdk.X509Certificate event logic to JCA layer Reviewed-by: mullan ------------- PR: https://git.openjdk.org/jdk/pull/10422