< prev index next > src/hotspot/share/include/jvm.h
Print this page
JNIEXPORT jobject JNICALL
JVM_GetStackTrace(JNIEnv *env, jobject thread);
JNIEXPORT jobject JNICALL
! JVM_CreateThreadSnapshot(JNIEnv* env, jobject thread);
JNIEXPORT jobjectArray JNICALL
JVM_GetAllThreads(JNIEnv *env, jclass dummy);
JNIEXPORT void JNICALL
JNIEXPORT jobject JNICALL
JVM_GetStackTrace(JNIEnv *env, jobject thread);
JNIEXPORT jobject JNICALL
! JVM_CreateThreadSnapshot(JNIEnv* env, jobject thread, jboolean suspendedByCaller);
JNIEXPORT jobjectArray JNICALL
JVM_GetAllThreads(JNIEnv *env, jclass dummy);
JNIEXPORT void JNICALL
< prev index next >