jdk/src/share/javavm/export/jvm.h
changeset 24119 9af809e02625
parent 21428 e408bf58d482
child 24120 9932a1e8722d
equal deleted inserted replaced
24118:e77215028389 24119:9af809e02625
  1328  *
  1328  *
  1329  * Initialize the agent properties with the properties maintained in the VM.
  1329  * Initialize the agent properties with the properties maintained in the VM.
  1330  */
  1330  */
  1331 JNIEXPORT jobject JNICALL
  1331 JNIEXPORT jobject JNICALL
  1332 JVM_InitAgentProperties(JNIEnv *env, jobject agent_props);
  1332 JVM_InitAgentProperties(JNIEnv *env, jobject agent_props);
       
  1333 
       
  1334 JNIEXPORT jstring JNICALL
       
  1335 JVM_GetTemporaryDirectory(JNIEnv *env);
  1333 
  1336 
  1334 /* Generics reflection support.
  1337 /* Generics reflection support.
  1335  *
  1338  *
  1336  * Returns information about the given class's EnclosingMethod
  1339  * Returns information about the given class's EnclosingMethod
  1337  * attribute, if present, or null if the class had no enclosing
  1340  * attribute, if present, or null if the class had no enclosing