| Class | Description |
|---|---|
| ObjectHandlesImpl |
This class implements
word-sized integer handles that refer to Java objects. |
| ObjectHandlesTestingBackdoor | |
| ThreadLocalHandles<T extends org.graalvm.nativeimage.ObjectHandle> |
Implementation of local object handles, which are bound to a specific thread and can be created
and destroyed implicitly or explicitly.
|