jdk/src/share/classes/sun/tools/attach/HotSpotVirtualMachine.java
// Heap histogram (heap inspection in HotSpot)
public InputStream heapHisto(Object ... args) throws IOException {
{- -------------------------------------------
(1) executeCommand() を呼び出し,
HotSpot に "inspectheap" 処理を実行させる.
---------------------------------------- -}
return executeCommand("inspectheap", args);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.