See: Description
| Class | Description |
|---|---|
| CurrentIsolate |
Utility methods that provide access to the current isolate.
|
| ImageInfo |
Utility class to retrieve information about the context in which code gets executed.
|
| ImageSingletons |
A key-value store of singleton objects.
|
| Isolates |
Support for the creation, access to, and tear-down of isolates.
|
| Isolates.CreateIsolateParameters |
Parameters for the creation of an isolate.
|
| Isolates.CreateIsolateParameters.Builder |
Builder for a
Isolates.CreateIsolateParameters instance. |
| Platform.DARWIN_AMD64 |
Supported leaf platform: Darwin (MacOS) on x86 64-bit.
|
| Platform.HOSTED_ONLY |
Marker for elements (types, methods, or fields) that are only visible during native image
generation and cannot be used at run time, regardless of the actual platform.
|
| Platform.LINUX_AMD64 |
Supported leaf platform: Linux on x86 64-bit.
|
| Platform.WINDOWS_AMD64 |
Supported leaf platform: Windows on x86 64-bit.
|
| ProcessProperties |
Utility class to get and set properties of the OS process at run time.
|
| RuntimeClassInitialization |
This class provides methods that can be called during native image building to configure class
initialization behavior.
|
| RuntimeOptions |
Used for manipulating options at run time.
|
| RuntimeReflection |
This class provides methods that can be called during native image generation to register
classes, methods, and fields for reflection at run time.
|
| StackValue |
Contains static methods for memory allocation in the stack frame.
|
| Threading |
Functionality related to execution in threads.
|
| UnmanagedMemory |
Contains static methods that allow allocate/free of unmanaged memory, i.e., memory that is not
under the control of the garbage collector.
|
| Exception | Description |
|---|---|
| Isolates.IsolateException |
An exception thrown in the context of managing isolates.
|
| Annotation Type | Description |
|---|---|
| Platforms |
Restricts the annotated element (type, method, or field) to the specified
Platform
groups. |