public class JNIJavaVMList extends Object
| Constructor and Description |
|---|
JNIJavaVMList() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addJavaVM(JNIJavaVM newEntry)
Insert a new entry at an arbitrary location.
|
static void |
gather(JNIJavaVMPointer buffer,
int bufferLength,
org.graalvm.nativeimage.c.type.CIntPointer totalCountPointer)
Gather non-null entries in a buffer and provide the total number of non-null entries.
|
static boolean |
removeJavaVM(JNIJavaVM javavm)
Remove an entry.
|
public static void addJavaVM(JNIJavaVM newEntry)
public static boolean removeJavaVM(JNIJavaVM javavm)
public static void gather(JNIJavaVMPointer buffer, int bufferLength, org.graalvm.nativeimage.c.type.CIntPointer totalCountPointer)