comparison src/share/vm/prims/jvm.h @ 17016:3482684330ee

cherry-pick: 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms Reviewed-by: mgronlun, kamg Contributed-by: sla
author Bernhard Urban <bernhard.urban@jku.at>
date Tue, 02 Sep 2014 22:19:44 +0200
parents 53a0a0b8c234
children 52b4284cb496
comparison
equal deleted inserted replaced
17015:ffddcdca8e74 17016:3482684330ee
1480 * Initialize the agent properties with the properties maintained in the VM. 1480 * Initialize the agent properties with the properties maintained in the VM.
1481 */ 1481 */
1482 JNIEXPORT jobject JNICALL 1482 JNIEXPORT jobject JNICALL
1483 JVM_InitAgentProperties(JNIEnv *env, jobject agent_props); 1483 JVM_InitAgentProperties(JNIEnv *env, jobject agent_props);
1484 1484
1485 JNIEXPORT jstring JNICALL
1486 JVM_GetTemporaryDirectory(JNIEnv *env);
1487
1485 /* Generics reflection support. 1488 /* Generics reflection support.
1486 * 1489 *
1487 * Returns information about the given class's EnclosingMethod 1490 * Returns information about the given class's EnclosingMethod
1488 * attribute, if present, or null if the class had no enclosing 1491 * attribute, if present, or null if the class had no enclosing
1489 * method. 1492 * method.