jdk/test/sun/jvmstat/monitor/HostIdentifier/HostIdentifierCreate.java
changeset 44423 306c020eb154
parent 43533 33d180b3b647
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4990825
    26  * @bug 4990825
    27  * @modules jdk.internal.jvmstat/sun.jvmstat.monitor
       
    28  * @summary test that HostIdentifier objects get created as expected
    27  * @summary test that HostIdentifier objects get created as expected
       
    28  *
       
    29  * @modules java.xml
       
    30  *          jdk.internal.jvmstat/sun.jvmstat.monitor
    29  */
    31  */
    30 
    32 
    31 import java.io.*;
    33 import java.io.*;
    32 import java.net.*;
    34 import java.net.*;
    33 import javax.xml.parsers.*;
    35 import javax.xml.parsers.*;