< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotJVMCICompilerFactory.java

Print this page
rev 12121 : 8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci

*** 18,35 **** * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package jdk.vm.ci.hotspot.services; ! import jdk.vm.ci.runtime.services.JVMCICompilerFactory; /** * HotSpot extensions to {@link JVMCICompilerFactory}. */ ! public abstract class HotSpotJVMCICompilerFactory extends JVMCICompilerFactory { /** * Gets 0 or more prefixes identifying classes that should by compiled by C1 in simple mode * (i.e., {@code CompLevel_simple}) when HotSpot is running with tiered compilation. The * prefixes should be class or package names using "/" as the separator, e.g. "jdk/vm/ci". --- 18,35 ---- * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package jdk.vm.ci.hotspot; ! import jdk.vm.ci.runtime.JVMCICompilerFactory; /** * HotSpot extensions to {@link JVMCICompilerFactory}. */ ! public abstract class HotSpotJVMCICompilerFactory implements JVMCICompilerFactory { /** * Gets 0 or more prefixes identifying classes that should by compiled by C1 in simple mode * (i.e., {@code CompLevel_simple}) when HotSpot is running with tiered compilation. The * prefixes should be class or package names using "/" as the separator, e.g. "jdk/vm/ci".
< prev index next >