8202941: GenModuleInfoSource build tool does not detect missing semicolons

Reviewed-by: erikj
This commit is contained in:
Mandy Chung 2018-08-08 14:40:02 -07:00
parent a7b66f6f5e
commit 90a76fe7d2
4 changed files with 503 additions and 265 deletions

View file

@ -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,