comparison src/share/vm/prims/jvm.h @ 17962:a103c376459a

8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms Reviewed-by: mgronlun, kamg
author sla
date Mon, 28 Apr 2014 09:27:47 +0200
parents 2b8e28fdf503
children 52b4284cb496 1e657b902392
comparison
equal deleted inserted replaced
17958:41daa2e6e52d 17962:a103c376459a
1483 * Initialize the agent properties with the properties maintained in the VM. 1483 * Initialize the agent properties with the properties maintained in the VM.
1484 */ 1484 */
1485 JNIEXPORT jobject JNICALL 1485 JNIEXPORT jobject JNICALL
1486 JVM_InitAgentProperties(JNIEnv *env, jobject agent_props); 1486 JVM_InitAgentProperties(JNIEnv *env, jobject agent_props);
1487 1487
1488 JNIEXPORT jstring JNICALL
1489 JVM_GetTemporaryDirectory(JNIEnv *env);
1490
1488 /* Generics reflection support. 1491 /* Generics reflection support.
1489 * 1492 *
1490 * Returns information about the given class's EnclosingMethod 1493 * Returns information about the given class's EnclosingMethod
1491 * attribute, if present, or null if the class had no enclosing 1494 * attribute, if present, or null if the class had no enclosing
1492 * method. 1495 * method.