jdk/src/jdk.attach/macosx/classes/sun/tools/attach/AttachProviderImpl.java
changeset 26453 eb89fa61bc70
parent 26216 5e46c782b43c
equal deleted inserted replaced
26452:04bfc550f2b4 26453:eb89fa61bc70
    25 package sun.tools.attach;
    25 package sun.tools.attach;
    26 
    26 
    27 import com.sun.tools.attach.VirtualMachine;
    27 import com.sun.tools.attach.VirtualMachine;
    28 import com.sun.tools.attach.VirtualMachineDescriptor;
    28 import com.sun.tools.attach.VirtualMachineDescriptor;
    29 import com.sun.tools.attach.AttachNotSupportedException;
    29 import com.sun.tools.attach.AttachNotSupportedException;
    30 import com.sun.tools.attach.spi.AttachProvider;
       
    31 
       
    32 import java.io.IOException;
    30 import java.io.IOException;
    33 
    31 
    34 /*
    32 /*
    35  * An AttachProvider implementation for Bsd that uses a UNIX domain
    33  * An AttachProvider implementation for Bsd that uses a UNIX domain
    36  * socket.
    34  * socket.
    37  */
    35  */
    38 public class AttachProviderImpl extends HotSpotAttachProvider {
    36 public class AttachProviderImpl extends HotSpotAttachProvider {
    39 
       
    40     // perf counter for the JVM version
       
    41     private static final String JVM_VERSION = "java.property.java.vm.version";
       
    42 
    37 
    43     public AttachProviderImpl() {
    38     public AttachProviderImpl() {
    44     }
    39     }
    45 
    40 
    46     public String name() {
    41     public String name() {