jdk/src/share/classes/sun/tools/attach/HotSpotVirtualMachine.java
// same as SIGQUIT
public void localDataDump() throws IOException {
{- -------------------------------------------
(1) executeCommand() を呼び出し,
HotSpot に "datadump" 処理を実行させる.
---------------------------------------- -}
executeCommand("datadump").close();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.