public interface HotSpotCodeCacheListener
| Modifier and Type | Method and Description |
|---|---|
default void |
notifyInstall(HotSpotCodeCacheProvider codeCache,
InstalledCode installedCode,
CompiledCode compiledCode)
Notifies this object on successful install into the CodeCache.
|
default void notifyInstall(HotSpotCodeCacheProvider codeCache,
InstalledCode installedCode,
CompiledCode compiledCode)
codeCache - the code cache into which the code was installedinstalledCode - the code that was installedcompiledCode - the compiled code from which installedCode was produced