< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/services/HotSpotVMEventListener.java

Print this page
rev 11371 : imported patch 8153362

@@ -65,10 +65,11 @@
      *
      * @param hotSpotCodeCacheProvider
      * @param installedCode
      * @param compiledCode
      */
+    @SuppressWarnings("unexportedinapi")
     public void notifyInstall(HotSpotCodeCacheProvider hotSpotCodeCacheProvider, InstalledCode installedCode, CompiledCode compiledCode) {
     }
 
     /**
      * Notify on completion of a bootstrap.
< prev index next >