< prev index next >

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

Print this page

        

*** 22,32 **** * or visit www.oracle.com if you need additional information or have any * 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; --- 22,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ 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; uses jdk.vm.ci.services.JVMCIServiceLocator;
< prev index next >