jdk/test/sun/management/jmxremote/bootstrap/TestManager.java
changeset 43494 11801b2ff456
parent 24870 5d567113d043
child 43503 bc7f8619ab70
equal deleted inserted replaced
43379:f4aff695ffe0 43494:11801b2ff456
    44 
    44 
    45 // Sun specific
    45 // Sun specific
    46 import com.sun.tools.attach.VirtualMachine;
    46 import com.sun.tools.attach.VirtualMachine;
    47 
    47 
    48 // Sun implementation specific
    48 // Sun implementation specific
    49 import sun.management.ConnectorAddressLink;
    49 import jdk.internal.agent.ConnectorAddressLink;
    50 
    50 
    51 public class TestManager {
    51 public class TestManager {
    52 
    52 
    53     /*
    53     /*
    54      * Starts the management agent in the target VM
    54      * Starts the management agent in the target VM