comparison src/share/vm/prims/jvm.h @ 18067:1e657b902392

Merge
author asaha
date Tue, 10 Jun 2014 14:52:20 -0700
parents 54bc75c144b0 a103c376459a
children eaf39a954227 4cb90023bf2b
comparison
equal deleted inserted replaced
18066:4930a95e6ef5 18067:1e657b902392
1496 * Initialize the agent properties with the properties maintained in the VM. 1496 * Initialize the agent properties with the properties maintained in the VM.
1497 */ 1497 */
1498 JNIEXPORT jobject JNICALL 1498 JNIEXPORT jobject JNICALL
1499 JVM_InitAgentProperties(JNIEnv *env, jobject agent_props); 1499 JVM_InitAgentProperties(JNIEnv *env, jobject agent_props);
1500 1500
1501 JNIEXPORT jstring JNICALL
1502 JVM_GetTemporaryDirectory(JNIEnv *env);
1503
1501 /* Generics reflection support. 1504 /* Generics reflection support.
1502 * 1505 *
1503 * Returns information about the given class's EnclosingMethod 1506 * Returns information about the given class's EnclosingMethod
1504 * attribute, if present, or null if the class had no enclosing 1507 * attribute, if present, or null if the class had no enclosing
1505 * method. 1508 * method.