mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-16 19:03:22 +00:00
8269745: [JVMCI] restore original qualified exports to Graal
Reviewed-by: dnsimon, iveresov
This commit is contained in:
parent
e3773977cf
commit
a4d2a9a77f
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user