jdk/src/java.management/share/classes/sun/management/Agent.java
changeset 36854 84179cb88469
parent 34540 83f41bd1c3c8
child 40743 a775e4de954f
equal deleted inserted replaced
36782:6072af7a98be 36854:84179cb88469
    50 
    50 
    51 import static sun.management.AgentConfigurationError.*;
    51 import static sun.management.AgentConfigurationError.*;
    52 import sun.management.jmxremote.ConnectorBootstrap;
    52 import sun.management.jmxremote.ConnectorBootstrap;
    53 import sun.management.jdp.JdpController;
    53 import sun.management.jdp.JdpController;
    54 import sun.management.jdp.JdpException;
    54 import sun.management.jdp.JdpException;
    55 import sun.misc.VMSupport;
    55 import jdk.internal.vm.VMSupport;
    56 
    56 
    57 /**
    57 /**
    58  * This Agent is started by the VM when -Dcom.sun.management.snmp or
    58  * This Agent is started by the VM when -Dcom.sun.management.snmp or
    59  * -Dcom.sun.management.jmxremote is set. This class will be loaded by the
    59  * -Dcom.sun.management.jmxremote is set. This class will be loaded by the
    60  * system class loader. Also jmx framework could be started by jcmd
    60  * system class loader. Also jmx framework could be started by jcmd