equal
deleted
inserted
replaced
27 #include "jvm.h" |
27 #include "jvm.h" |
28 #include "management.h" |
28 #include "management.h" |
29 #include "sun_management_HotSpotDiagnostic.h" |
29 #include "sun_management_HotSpotDiagnostic.h" |
30 |
30 |
31 JNIEXPORT void JNICALL |
31 JNIEXPORT void JNICALL |
32 Java_sun_management_HotSpotDiagnostic_dumpHeap |
32 Java_sun_management_HotSpotDiagnostic_dumpHeap0 |
33 (JNIEnv *env, jobject dummy, jstring outputfile, jboolean live) |
33 (JNIEnv *env, jobject dummy, jstring outputfile, jboolean live) |
34 { |
34 { |
35 jmm_interface->DumpHeap0(env, outputfile, live); |
35 jmm_interface->DumpHeap0(env, outputfile, live); |
36 } |
36 } |