Class | Description |
---|---|
LibGraal |
Access to libgraal, a shared library containing an AOT compiled version of Graal produced by
GraalVM Native Image.
|
LibGraalIsolate |
Represents a single libgraal isolate.
|
LibGraalObject |
Encapsulates a handle to an object in a libgraal isolate where the object's lifetime is bound to
the lifetime of the
LibGraalObject instance. |
LibGraalScope |
Scope for calling CEntryPoints in libgraal.
|
Enum | Description |
---|---|
LibGraalScope.DetachAction |
Denotes the detach action to perform when closing a
LibGraalScope . |
Exception | Description |
---|---|
DestroyedIsolateException |
Exception thrown when a
LibGraalObject associated with a destroyed isolate context is
used. |