mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8202941: GenModuleInfoSource build tool does not detect missing semicolons
Reviewed-by: erikj
This commit is contained in:
parent
a7b66f6f5e
commit
90a76fe7d2
4 changed files with 503 additions and 265 deletions
|
@ -304,9 +304,9 @@ module java.base {
|
|||
jdk.security.auth,
|
||||
jdk.security.jgss;
|
||||
exports sun.security.util.math to
|
||||
jdk.crypto.ec
|
||||
jdk.crypto.ec;
|
||||
exports sun.security.util.math.intpoly to
|
||||
jdk.crypto.ec
|
||||
jdk.crypto.ec;
|
||||
exports sun.security.x509 to
|
||||
jdk.crypto.ec,
|
||||
jdk.crypto.cryptoki,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue