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:
Daniel Fuchs 2016-07-26 14:30:52 +01:00
parent 620b097690
commit 9fb04d6e56

View File

@ -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;
}