| Constructor and Description |
|---|
CodeInstallationTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
installFailed(Throwable cause)
Invoked after
Backend.CodeInstallationTask.preProcess(org.graalvm.compiler.code.CompilationResult) when code installation fails. |
void |
postProcess(CompilationResult compilationResult,
InstalledCode installedCode)
Task to run after the code is installed.
|
void |
preProcess(CompilationResult compilationResult)
Task to run before code installation.
|
public void preProcess(CompilationResult compilationResult)
compilationResult - the code about to be installedpublic void postProcess(CompilationResult compilationResult, InstalledCode installedCode)
compilationResult - the code about to be installedinstalledCode - a reference to the installed codepublic void installFailed(Throwable cause)
Backend.CodeInstallationTask.preProcess(org.graalvm.compiler.code.CompilationResult) when code installation fails.cause - the cause of the installation failure