hotspot/src/share/vm/prims/jvm.h
changeset 24242 73337a12595a
parent 24238 641b2b1b0163
child 26412 80741eb33ba2
equal deleted inserted replaced
24240:1b9b92b51f60 24242:73337a12595a
  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.