Top


定義場所(file name)

jdk/src/solaris/classes/sun/tools/attach/LinuxVirtualMachine.java

説明(description)

    /**
     * Detach from the target VM
     */

名前(function name)

    public void detach() throws IOException {

本体部(body)

  {- -------------------------------------------
  (1) path フィールドを null にするだけ.
      (See: sun.tools.attach.LinuxVirtualMachine.execute())
      ---------------------------------------- -}

            synchronized (this) {
                if (this.path != null) {
                    this.path = null;
                }
            }
        }

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