Top Description Constructors Methods
org.graalvm.nativeimage

public final Class CurrentIsolate

extends Object
Class Inheritance

Utility methods that provide access to the current isolate.
Since
19.0

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public static IsolateThread
getCurrentThread()

Returns the current thread in the current isolate.

public static Isolate
getIsolate()

Returns the current isolate.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

CurrentIsolateback to summary
private CurrentIsolate()

Method Detail

getCurrentThreadback to summary
public static IsolateThread getCurrentThread()

Returns the current thread in the current isolate.

Since
19.0
getIsolateback to summary
public static Isolate getIsolate()

Returns the current isolate.

Since
19.0