jdk/src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachineManager.java
changeset 45001 9526cc76a8ea
parent 37600 137d2faf75ac
child 45564 0149773a140c
equal deleted inserted replaced
45000:5778f530ea7f 45001:9526cc76a8ea
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    49  * are presented in the table below. The
    49  * are presented in the table below. The
    50  * examples use the command line syntax in Sun's implementation.
    50  * examples use the command line syntax in Sun's implementation.
    51  * Some {@link com.sun.jdi.connect.Connector} implementations may require slightly
    51  * Some {@link com.sun.jdi.connect.Connector} implementations may require slightly
    52  * different handling than presented below.
    52  * different handling than presented below.
    53  *
    53  *
    54  * <TABLE BORDER WIDTH="75%" SUMMARY="Four scenarios for connecting a debugger
    54  * <TABLE BORDER="1" style="width:75%">
    55  *  to a virtual machine">
    55  * <CAPTION style="display:none">Four scenarios for connecting a debugger to a virtual machine"</CAPTION>
    56  * <TR>
    56  * <TR>
    57  * <TH scope=col>Scenario</TH>
    57  * <TH scope=col>Scenario</TH>
    58  * <TH scope=col>Description</TH>
    58  * <TH scope=col>Description</TH>
    59  * <TR>
    59  * <TR>
    60  * <TD>Debugger launches target VM (simplest, most-common scenario)</TD>
    60  * <TD>Debugger launches target VM (simplest, most-common scenario)</TD>