You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
555 B
13 lines
555 B
diff -r eba0f976c468 -r 1fceafb49be5 src/java.base/share/classes/module-info.java
|
|
--- openjdk/src/java.base/share/classes/module-info.java Thu Jul 30 15:05:22 2020 +0200
|
|
+++ openjdk/src/java.base/share/classes/module-info.java Thu Aug 13 15:17:59 2020 +0200
|
|
@@ -132,6 +132,8 @@
|
|
// additional qualified exports may be inserted at build time
|
|
// see make/gensrc/GenModuleInfo.gmk
|
|
|
|
+ exports com.sun.crypto.provider to
|
|
+ jdk.crypto.cryptoki;
|
|
exports com.sun.security.ntlm to
|
|
java.security.sasl;
|
|
exports jdk.internal to
|