mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8259319: Illegal package access when SunPKCS11 requires SunJCE's classes
Reviewed-by: valeriep, mullan
This commit is contained in:
parent
e4df2098a8
commit
4be2173478
4 changed files with 122 additions and 7 deletions
|
@ -133,6 +133,8 @@ module java.base {
|
|||
// additional qualified exports may be inserted at build time
|
||||
// see make/gensrc/GenModuleInfo.gmk
|
||||
|
||||
exports com.sun.crypto.provider to
|
||||
jdk.crypto.cryptoki;
|
||||
exports sun.invoke.util to
|
||||
jdk.compiler,
|
||||
jdk.incubator.foreign;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue