Top


定義場所(file name)

jdk/src/share/classes/sun/tools/attach/HotSpotVirtualMachine.java

説明(description)

    // Remote heap dump. The output (error message) can be read from the
    // returned input stream.

名前(function name)

    public InputStream dumpHeap(Object ... args) throws IOException {

本体部(body)

  {- -------------------------------------------
  (1) executeCommand() を呼び出し, 
      HotSpot に "dumpheap" 処理を実行させる.
      ---------------------------------------- -}

            return executeCommand("dumpheap", args);
        }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.