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

Class JavaVMAttachArgs

JNI/jni/jni.h:1876–1881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1874} JavaVMInitArgs;
1875
1876typedef struct JavaVMAttachArgs {
1877 jint version;
1878
1879 char *name;
1880 jobject group;
1881} JavaVMAttachArgs;
1882
1883/* These will be VM-specific. */
1884

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected