8269745: [JVMCI] restore original qualified exports to Graal

Reviewed-by: dnsimon, iveresov
This commit is contained in:
Vladimir Kozlov
2021-07-01 18:51:15 +00:00
parent e3773977cf
commit a4d2a9a77f

View File

@@ -27,6 +27,12 @@ module jdk.internal.vm.ci {
exports jdk.vm.ci.services to
jdk.internal.vm.compiler,
jdk.internal.vm.compiler.management;
exports jdk.vm.ci.runtime to
jdk.internal.vm.compiler,
jdk.internal.vm.compiler.management;
exports jdk.vm.ci.meta to jdk.internal.vm.compiler;
exports jdk.vm.ci.code to jdk.internal.vm.compiler;
exports jdk.vm.ci.hotspot to jdk.internal.vm.compiler;
uses jdk.vm.ci.services.JVMCIServiceLocator;
uses jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory;