< prev index next >

src/hotspot/share/include/jvm.h

Print this page
*** 299,10 ***
--- 299,13 ---
  JVM_HoldsLock(JNIEnv *env, jclass threadClass, jobject obj);
  
  JNIEXPORT jobject JNICALL
  JVM_GetStackTrace(JNIEnv *env, jobject thread);
  
+ JNIEXPORT jobject JNICALL
+ JVM_CreateThreadSnapshot(JNIEnv* env, jobject thread, jboolean withLocks);
+ 
  JNIEXPORT jobjectArray JNICALL
  JVM_GetAllThreads(JNIEnv *env, jclass dummy);
  
  JNIEXPORT void JNICALL
  JVM_SetNativeThreadName(JNIEnv *env, jobject jthread, jstring name);
< prev index next >