Modifier and Type | Method and Description |
---|---|
public default void | |
public default void | notifyInstall(HotSpotCodeCacheProvider
the code cache into which the code was installed hotSpotCodeCacheProvider, InstalledCode the code that was installed installedCode, CompiledCode the compiled code from which compiledCode)installedCode was producedNotify on successful install into the code cache. |
public default void |
notifyBootstrapFinished | back to summary |
---|---|
public default void notifyBootstrapFinished() Notify on completion of a bootstrap. |
notifyInstall | back to summary |
---|---|
public default void notifyInstall(HotSpotCodeCacheProvider hotSpotCodeCacheProvider, InstalledCode installedCode, CompiledCode compiledCode) Notify on successful install into the code cache.
|
notifyShutdown | back to summary |
---|---|
public default void notifyShutdown() Notifies this client that the VM is shutting down. |