[jdk17u-dev] RFR: 8292033: Move jdk.X509Certificate event logic to JCA layer

Matthias Baesken mbaesken at openjdk.org
Fri Jan 20 13:02:38 UTC 2023


On Fri, 20 Jan 2023 09:11:36 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with 17.0.7-oracle.
> 
> JCAUtil.java: resolved imports.
> 
> X509Factory.java
> * resolved imports
> * in head, engineGenerateCertificate() is refactored. Part of it 
>   is moved to cachedGetX509Cert(), and this is edited.
>   I fixed the corresponding, identical code in engineGenerateCertificate() in 
>   17. I did not find other places in head where the new method is called.
> * The patch removes commitEvent(). This did not apply because of the 'static'
>   keyword in head.

Marked as reviewed by mbaesken (Reviewer).

-------------

PR: https://git.openjdk.org/jdk17u-dev/pull/1092


More information about the jdk-updates-dev mailing list