public final class TraceCompilationFailureListener extends AbstractDebugCompilationListener
Modifier | Constructor and Description |
---|---|
private |
TraceCompilationFailureListener() |
Modifier and Type | Method and Description |
---|---|
static void |
install(GraalTruffleRuntime runtime) |
static boolean |
isPermanentBailout(Throwable t) |
void |
notifyCompilationFailed(OptimizedCallTarget target,
StructuredGraph graph,
Throwable t) |
addASTSizeProperty, log, notifyCompilationDequeued, notifyCompilationGraalTierFinished, notifyCompilationInvalidated, notifyCompilationQueued, notifyCompilationSplit, notifyCompilationStarted, notifyCompilationSuccess, notifyCompilationTruffleTierFinished, notifyShutdown, notifyStartup
private TraceCompilationFailureListener()
public static void install(GraalTruffleRuntime runtime)
public void notifyCompilationFailed(OptimizedCallTarget target, StructuredGraph graph, Throwable t)
notifyCompilationFailed
in interface GraalTruffleCompilationListener
notifyCompilationFailed
in class AbstractDebugCompilationListener
public static boolean isPermanentBailout(Throwable t)