jdk/src/share/classes/sun/tools/attach/HotSpotVirtualMachine.java
// set JVM command line flag
public InputStream setFlag(String name, String value) throws IOException {
{- -------------------------------------------
(1) executeCommand() を呼び出し,
HotSpot に "setflag" 処理を実行させる.
---------------------------------------- -}
return executeCommand("setflag", name, value);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.