1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
---|---|
2 | #include <jni.h> |
3 | /* Header for class jdk_internal_vm_VMSupport */ |
4 | |
5 | #ifndef _Included_jdk_internal_vm_VMSupport |
6 | #define _Included_jdk_internal_vm_VMSupport |
7 | #ifdef __cplusplus |
8 | extern "C"{ |
9 | #endif |
10 | /* |
11 | * Class: jdk_internal_vm_VMSupport |
12 | * Method: initAgentProperties |
13 | * Signature: (Ljava/util/Properties;)Ljava/util/Properties; |
14 | */ |
15 | JNIEXPORT jobject JNICALL Java_jdk_internal_vm_VMSupport_initAgentProperties |
16 | (JNIEnv *, jclass, jobject); |
17 | |
18 | /* |
19 | * Class: jdk_internal_vm_VMSupport |
20 | * Method: getVMTemporaryDirectory |
21 | * Signature: ()Ljava/lang/String; |
22 | */ |
23 | JNIEXPORT jstring JNICALL Java_jdk_internal_vm_VMSupport_getVMTemporaryDirectory |
24 | (JNIEnv *, jclass); |
25 | |
26 | #ifdef __cplusplus |
27 | } |
28 | #endif |
29 | #endif |
30 |