[jdk17u-dev] RFR: 8286779: javax.crypto.CryptoPolicyParser#isConsistent always returns 'true'

Martin Doerr mdoerr at openjdk.org
Tue Dec 3 10:29:42 UTC 2024


On Mon, 2 Dec 2024 09:01:52 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I would like to backport this small bugfix. 
> 
> I had to resolve because "8284112: Minor cleanup could be done in javax.crypto" is not in 17.
> Therefore the template parameters of the patched code differ:
>   this change: processedPermissions = new Hashtable<>();
>   jdk17:       processedPermissions = new Hashtable<String, Vector<String>>();
> 
> Test passes.

LGTM.

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

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk17u-dev/pull/3080#pullrequestreview-2475229741


More information about the jdk-updates-dev mailing list