jdk/src/share/native/sun/management/HotSpotDiagnostic.c
changeset 20826 d9ee83c801f6
parent 11849 b6c37f4753fd
child 23010 6dadb192ad81
equal deleted inserted replaced
20825:3d5429b4b601 20826:d9ee83c801f6
    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 }