Class DefaultTruffleRuntime

  • All Implemented Interfaces:
    TruffleRuntime

    public final class DefaultTruffleRuntime
    extends java.lang.Object
    implements TruffleRuntime
    Default implementation of the Truffle runtime if the virtual machine does not provide a better performing alternative.

    This is an implementation-specific class. Do not use or instantiate it. Instead, use Truffle.getRuntime() to retrieve the current TruffleRuntime.