jdk/src/share/native/sun/management/HotSpotDiagnostic.c
JNIEXPORT void JNICALL
Java_sun_management_HotSpotDiagnostic_dumpHeap
(JNIEnv *env, jobject dummy, jstring outputfile, jboolean live)
{
{- -------------------------------------------
(1) jmm_DumpHeap0() を呼び出すだけ.
---------------------------------------- -}
jmm_interface->DumpHeap0(env, outputfile, live);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.