Class NativeIsolateThread

java.lang.Object
org.graalvm.nativebridge.NativeIsolateThread

public final class NativeIsolateThread extends Object
Represents an entered isolate thread.
See Also:
  • Method Details

    • getIsolateThreadId

      public long getIsolateThreadId()
      Returns the isolate thread address.
      Throws:
      IllegalStateException - when the NativeIsolateThread is no more entered.
    • getIsolate

      public NativeIsolate getIsolate()
      Returns the isolate for this thread.
    • leave

      public void leave()
      Leaves the NativeIsolate on the current thread.