< prev index next >

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

Print this page
rev 47219 : Allowing Graal MBean to register as a platform MBean

@@ -23,10 +23,13 @@
  * questions.
  */
 
 module jdk.internal.vm.ci {
     exports jdk.vm.ci.services to jdk.internal.vm.compiler;
+    exports jdk.vm.ci.runtime to
+        jdk.internal.vm.compiler,
+        jdk.internal.vm.compiler.management;
 
     uses jdk.vm.ci.services.JVMCIServiceLocator;
     uses jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory;
 
     provides jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory with
< prev index next >