Top


定義場所(file name)

jdk/src/windows/classes/sun/tools/attach/WindowsVirtualMachine.java

名前(function name)

    public void detach() throws IOException {

本体部(body)

            synchronized (this) {
                if (hProcess != -1) {
                    closeProcess(hProcess);
                    hProcess = -1;
                }
            }
        }

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