jdk/src/share/classes/sun/tools/jmap/JMap.java
changeset 21278 ef8a3a2a72f2
parent 16501 678abe06c15c
child 21673 c5d341bc60dd
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    34 import com.sun.tools.attach.AttachNotSupportedException;
    34 import com.sun.tools.attach.AttachNotSupportedException;
    35 import sun.tools.attach.HotSpotVirtualMachine;
    35 import sun.tools.attach.HotSpotVirtualMachine;
    36 
    36 
    37 /*
    37 /*
    38  * This class is the main class for the JMap utility. It parses its arguments
    38  * This class is the main class for the JMap utility. It parses its arguments
    39  * and decides if the command should be satisifed using the VM attach mechanism
    39  * and decides if the command should be satisfied using the VM attach mechanism
    40  * or an SA tool. At this time the only option that uses the VM attach mechanism
    40  * or an SA tool. At this time the only option that uses the VM attach mechanism
    41  * is the -dump option to get a heap dump of a running application. All other
    41  * is the -dump option to get a heap dump of a running application. All other
    42  * options are mapped to SA tools.
    42  * options are mapped to SA tools.
    43  */
    43  */
    44 public class JMap {
    44 public class JMap {