jdk/src/share/native/sun/misc/VMSupport.c
changeset 24268 43fb1c9e594c
parent 24120 9932a1e8722d
equal deleted inserted replaced
24267:094b5d3c7159 24268:43fb1c9e594c
    51             return NULL;
    51             return NULL;
    52         }
    52         }
    53     }
    53     }
    54     return (*InitAgentProperties_fp)(env, props);
    54     return (*InitAgentProperties_fp)(env, props);
    55 }
    55 }
       
    56 
       
    57 JNIEXPORT jstring JNICALL
       
    58 Java_sun_misc_VMSupport_getVMTemporaryDirectory(JNIEnv *env, jclass cls)
       
    59 {
       
    60     return JVM_GetTemporaryDirectory(env);
       
    61 }