jdk/src/share/classes/sun/tools/attach/HotSpotVirtualMachine.java
// Remote heap dump. The output (error message) can be read from the
// returned input stream.
public InputStream dumpHeap(Object ... args) throws IOException {
{- -------------------------------------------
(1) executeCommand() を呼び出し,
HotSpot に "dumpheap" 処理を実行させる.
---------------------------------------- -}
return executeCommand("dumpheap", args);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.