< prev index next >

src/share/back/util.h

Print this page
rev 13742 : 8227269: Slow class loading when running with JDWP

*** 427,432 **** --- 427,434 ---- } /* END OF WITH SCOPE */ void saveGlobalRef(JNIEnv *env, jobject obj, jobject *pobj); void tossGlobalRef(JNIEnv *env, jobject *pobj); + jvmtiEnv* getSpecialJvmti(void); + #endif
< prev index next >