8153082: Update XSLT compiler to generate classes that invoke addReads
This fix updates the XSLT compiler to generate Module.addReads statements for external function calls (see FunctionCall.java) Reviewed-by: alanb, clanger, joehw
This commit is contained in:
parent
620b097690
commit
9fb04d6e56
@ -149,7 +149,6 @@ module java.base {
|
||||
exports jdk.internal.module to
|
||||
java.instrument,
|
||||
java.management,
|
||||
java.xml,
|
||||
jdk.dynalink,
|
||||
jdk.jartool,
|
||||
jdk.jlink;
|
||||
@ -309,4 +308,3 @@ module java.base {
|
||||
provides java.nio.file.spi.FileSystemProvider with
|
||||
jdk.internal.jrtfs.JrtFileSystemProvider;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user