src/jdk.management.agent/share/classes/sun/management/jdp/JdpController.java
changeset 48936 13a3013ae0cb
parent 47216 71c04702a3d5
equal deleted inserted replaced
48935:03ae177c26b0 48936:13a3013ae0cb
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2018, 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
    20  *
    20  *
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
       
    25 
    25 package sun.management.jdp;
    26 package sun.management.jdp;
    26 
    27 
    27 import java.io.IOException;
    28 import java.io.IOException;
    28 import java.net.InetAddress;
       
    29 import java.net.UnknownHostException;
       
    30 import java.util.UUID;
       
    31 
       
    32 import java.lang.management.ManagementFactory;
    29 import java.lang.management.ManagementFactory;
    33 import java.lang.management.RuntimeMXBean;
    30 import java.lang.management.RuntimeMXBean;
    34 import java.lang.reflect.Field;
    31 import java.lang.reflect.Field;
    35 import java.lang.reflect.Method;
    32 import java.lang.reflect.Method;
    36 import java.lang.UnsupportedOperationException;
    33 import java.net.InetAddress;
    37 import sun.management.VMManagement;
    34 import java.net.UnknownHostException;
       
    35 import java.util.UUID;
    38 
    36 
    39 /**
    37 /**
    40  * JdpController is responsible to create and manage a broadcast loop.
    38  * JdpController is responsible to create and manage a broadcast loop.
    41  *
    39  *
    42  * <p> Other part of code has no access to broadcast loop and have to use
    40  * <p> Other part of code has no access to broadcast loop and have to use