[jdk11u-dev] RFR: 8240256: Better resource cleaning for SunPKCS11 Provider [v2]

Goetz Lindenmaier goetz at openjdk.java.net
Thu Sep 16 16:28:42 UTC 2021


On Thu, 16 Sep 2021 12:58:36 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Backport of JDK-8240256. Actual fix applies cleanly, but tests need resolution:
>> 
>> - PKCS11Test.java: Needed to integrate manually. Can't remove imports because they are still needed in 11u.
>> - MultipleLogins.java: `!Reference.refersTo(null)` is not available in 11. Replaced by `Reference.get() != null`
>> - ForceGC.java is needed. Copied from jdk/head.
>
> Martin Doerr has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
> 
>   Backport bdeaeb47d0155b9f233274cff90334e8dd761aae

LGTM
Precise change description :)

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

Marked as reviewed by goetz (Reviewer).

PR: https://git.openjdk.java.net/jdk11u-dev/pull/352


More information about the jdk-updates-dev mailing list