Package org.graalvm.nativeimage
Class CurrentIsolate
java.lang.Object
org.graalvm.nativeimage.CurrentIsolate
Utility methods that provide access to the current isolate.
- Since:
- 19.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic IsolateThread
Returns the current thread in the current isolate.static Isolate
Returns the current isolate.
-
Method Details
-
getIsolate
Returns the current isolate.- Since:
- 19.0
-
getCurrentThread
Returns the current thread in the current isolate.- Since:
- 19.0
-