Class DefaultTruffleRuntime

java.lang.Object
com.oracle.truffle.api.impl.DefaultTruffleRuntime
All Implemented Interfaces:
TruffleRuntime

public final class DefaultTruffleRuntime extends 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.