Searched refs:destroyargs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp5229 JavaVMAttachArgs destroyargs; local
5230 destroyargs.version = CurrentVersion;
5231 destroyargs.name = (char *)"DestroyJavaVM";
5232 destroyargs.group = NULL;
5233 res = vm->AttachCurrentThread((void **)&env, (void *)&destroyargs);

Completed in 57 milliseconds