< prev index next >

src/hotspot/share/include/jvm.h

Print this page
*** 300,11 ***
  
  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
--- 300,11 ---
  
  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 >