src/share/vm/prims/jvm.h

Print this page
rev 6246 : [mq]: 8033104-jvmstat

@@ -136,10 +136,13 @@
               jobject dst, jint dst_pos, jint length);
 
 JNIEXPORT jobject JNICALL
 JVM_InitProperties(JNIEnv *env, jobject p);
 
+JNIEXPORT jstring JNICALL
+JVM_GetTemporaryDirectory(JNIEnv *env);
+
 /*
  * java.io.File
  */
 JNIEXPORT void JNICALL
 JVM_OnExit(void (*func)(void));