| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class com_sun_management_internal_HotSpotDiagnostic */ |
| 4 | |
| 5 | #ifndef _Included_com_sun_management_internal_HotSpotDiagnostic |
| 6 | #define _Included_com_sun_management_internal_HotSpotDiagnostic |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | /* |
| 11 | * Class: com_sun_management_internal_HotSpotDiagnostic |
| 12 | * Method: dumpHeap0 |
| 13 | * Signature: (Ljava/lang/String;Z)V |
| 14 | */ |
| 15 | JNIEXPORT void JNICALL Java_com_sun_management_internal_HotSpotDiagnostic_dumpHeap0 |
| 16 | (JNIEnv *, jobject, jstring, jboolean); |
| 17 | |
| 18 | #ifdef __cplusplus |
| 19 | } |
| 20 | #endif |
| 21 | #endif |
| 22 | |