Interface FloodControlHandler

All Superinterfaces:
OptimizedRuntimeServiceProvider

public interface FloodControlHandler extends OptimizedRuntimeServiceProvider
Support for an embedder to impose control over logging and dumping during Truffle compilation failure handling.
  • Method Details

    • isSuppressedFailure

      boolean isSuppressedFailure(com.oracle.truffle.compiler.TruffleCompilable compilable, Supplier<String> serializedException)
      Return true to suppress logging and dumping of a given exception.