Interface FloodControlHandler
- All Superinterfaces:
OptimizedRuntimeServiceProvider
Support for an embedder to impose control over logging and dumping during Truffle compilation
failure handling.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisSuppressedFailure(com.oracle.truffle.compiler.TruffleCompilable compilable, Supplier<String> serializedException) Returntrueto suppress logging and dumping of a given exception.Methods inherited from interface com.oracle.truffle.runtime.OptimizedRuntimeServiceProvider
getEngineOptions, getPriority
-
Method Details
-
isSuppressedFailure
-