Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk17 Public archive

Commit a4d2a9a

Browse files
author
Vladimir Kozlov
committed
8269745: [JVMCI] restore original qualified exports to Graal
Reviewed-by: dnsimon, iveresov
1 parent e377397 commit a4d2a9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/jdk.internal.vm.ci/share/classes/module-info.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
exports jdk.vm.ci.services to
2828
jdk.internal.vm.compiler,
2929
jdk.internal.vm.compiler.management;
30+
exports jdk.vm.ci.runtime to
31+
jdk.internal.vm.compiler,
32+
jdk.internal.vm.compiler.management;
33+
exports jdk.vm.ci.meta to jdk.internal.vm.compiler;
34+
exports jdk.vm.ci.code to jdk.internal.vm.compiler;
35+
exports jdk.vm.ci.hotspot to jdk.internal.vm.compiler;
3036

3137
uses jdk.vm.ci.services.JVMCIServiceLocator;
3238
uses jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory;

0 commit comments

Comments
 (0)