Class HotSpotTruffleRuntimeAccess
java.lang.Object
com.oracle.truffle.runtime.hotspot.HotSpotTruffleRuntimeAccess
- All Implemented Interfaces:
com.oracle.truffle.api.TruffleRuntimeAccess
public final class HotSpotTruffleRuntimeAccess
extends Object
implements com.oracle.truffle.api.TruffleRuntimeAccess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static com.oracle.truffle.api.TruffleRuntimeintcom.oracle.truffle.api.TruffleRuntime
-
Constructor Details
-
HotSpotTruffleRuntimeAccess
public HotSpotTruffleRuntimeAccess()
-
-
Method Details
-
getRuntime
public com.oracle.truffle.api.TruffleRuntime getRuntime()- Specified by:
getRuntimein interfacecom.oracle.truffle.api.TruffleRuntimeAccess
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfacecom.oracle.truffle.api.TruffleRuntimeAccess
-
createRuntime
protected static com.oracle.truffle.api.TruffleRuntime createRuntime()
-