< prev index next >

src/hotspot/share/include/jvm.h

Print this page
*** 280,10 ***
--- 280,16 ---
  JVM_GetSystemPackage(JNIEnv *env, jstring name);
  
  JNIEXPORT jobjectArray JNICALL
  JVM_GetSystemPackages(JNIEnv *env);
  
+ /*
+  * java.lang.ref.Finalizer
+  */
+ JNIEXPORT jboolean JNICALL
+ JVM_GetTsanEnabled(JNIEnv *env);
+ 
  /*
   * java.lang.ref.Reference
   */
  JNIEXPORT jobject JNICALL
  JVM_GetAndClearReferencePendingList(JNIEnv *env);
< prev index next >