< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/services/JVMCICompilerFactory.java

Print this page
rev 11371 : imported patch 8153362

@@ -67,7 +67,8 @@
     }
 
     /**
      * Create a new instance of a {@link JVMCICompiler}.
      */
+    @SuppressWarnings("unexportedinapi")
     public abstract JVMCICompiler createCompiler(JVMCIRuntime runtime);
 }
< prev index next >