< prev index next >

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

Print this page
rev 13447 : Exposing JVMCI MBean as a platform MBean

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