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

Goetz Lindenmaier goetz at openjdk.org
Tue Jan 24 08:58:12 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.

This pull request has now been integrated.

Changeset: eac9a053
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/eac9a05321bf251dfe34891aa7c4be6d63cb3c34
Stats:     235 lines in 12 files changed: 151 ins; 52 del; 32 mod

8292033: Move jdk.X509Certificate event logic to JCA layer

Reviewed-by: mbaesken
Backport-of: 102b2b32feec4727145be4814eb1a69ef462ff16

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

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


More information about the jdk-updates-dev mailing list