hotspot/test/serviceability/dcmd/vm/ClassLoaderStatsTest.java
changeset 43467 f91da24c6bca
parent 40631 ed82623d7831
equal deleted inserted replaced
43466:add500644443 43467:f91da24c6bca
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2017, 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.
     7  * published by the Free Software Foundation.
    26  * @summary Test of diagnostic command VM.classloader_stats
    26  * @summary Test of diagnostic command VM.classloader_stats
    27  * @library /test/lib
    27  * @library /test/lib
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  *          java.compiler
    29  *          java.compiler
    30  *          java.management
    30  *          java.management
    31  *          jdk.jvmstat/sun.jvmstat.monitor
    31  *          jdk.internal.jvmstat/sun.jvmstat.monitor
    32  * @run testng ClassLoaderStatsTest
    32  * @run testng ClassLoaderStatsTest
    33  */
    33  */
    34 
    34 
    35 import org.testng.annotations.Test;
    35 import org.testng.annotations.Test;
    36 import org.testng.Assert;
    36 import org.testng.Assert;