MCPcopy Create free account
hub / github.com/Firebasky/Java / JavaVMOption

Class JavaVMOption

JNI/jni/jni.h:1863–1866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1861};
1862
1863typedef struct JavaVMOption {
1864 char *optionString;
1865 void *extraInfo;
1866} JavaVMOption;
1867
1868typedef struct JavaVMInitArgs {
1869 jint version;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected