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
|
exports jdk.internal.module to
|
||||||
java.instrument,
|
java.instrument,
|
||||||
java.management,
|
java.management,
|
||||||
java.xml,
|
|
||||||
jdk.dynalink,
|
jdk.dynalink,
|
||||||
jdk.jartool,
|
jdk.jartool,
|
||||||
jdk.jlink;
|
jdk.jlink;
|
||||||
@ -309,4 +308,3 @@ module java.base {
|
|||||||
provides java.nio.file.spi.FileSystemProvider with
|
provides java.nio.file.spi.FileSystemProvider with
|
||||||
jdk.internal.jrtfs.JrtFileSystemProvider;
|
jdk.internal.jrtfs.JrtFileSystemProvider;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user