On Wed, 6 Jan 2021 15:33:59 GMT, Martin Balao <mba...@openjdk.org> wrote:
> As described in JDK-8259319 [1], this fix proposal is to set proper access > permissions so the SunPKCS11 provider can create instances of SunJCE classes > when a Security Manager is installed and the fallback scheme is used. > > No regressions found in jdk/sun/security/pkcs11 tests category. > > -- > [1] - https://bugs.openjdk.java.net/browse/JDK-8259319 This pull request has now been integrated. Changeset: 4be21734 Author: Martin Balao <mba...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/4be21734 Stats: 122 lines in 4 files changed: 115 ins; 0 del; 7 mod 8259319: Illegal package access when SunPKCS11 requires SunJCE's classes Reviewed-by: valeriep, mullan ------------- PR: https://git.openjdk.java.net/jdk/pull/1961