| Class | Description |
|---|---|
| HotSpotCalls |
Support for calling into HotSpot using JNI.
|
| HSObject |
Encapsulates a JNI handle to an object in the HotSpot heap.
|
| JNI | |
| JNIExceptionWrapper.ExceptionHandlerContext |
Context for
JNIExceptionWrapper.ExceptionHandler. |
| JNIMethodScope |
Scope of a call from HotSpot to native method.
|
| JNIUtil |
Helpers for calling JNI functions.
|
| Exception | Description |
|---|---|
| JNIExceptionWrapper |
Wraps an exception thrown by a JNI call into HotSpot.
|
| Annotation Type | Description |
|---|---|
| JNIEntryPoint |
An annotation used to mark methods called by the JNI native interface.
|