< prev index next >

test/serviceability/dcmd/gc/ClassHistogramAllTest.java

Print this page




  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @summary Test of diagnostic command GC.class_histogram -all=true
  27  * @library /testlibrary
  28  * @modules java.base/sun.misc
  29  *          java.compiler
  30  *          java.management
  31  *          jdk.jvmstat/sun.jvmstat.monitor
  32  * @build com.oracle.java.testlibrary.*
  33  * @build com.oracle.java.testlibrary.dcmd.*
  34  * @build ClassHistogramTest
  35  * @run testng ClassHistogramAllTest
  36  */
  37 public class ClassHistogramAllTest extends ClassHistogramTest {
  38     public ClassHistogramAllTest() {
  39         super();
  40         classHistogramArgs = "-all=true";
  41     }
  42 
  43     /* See ClassHistogramTest for test cases */
  44 }


  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @summary Test of diagnostic command GC.class_histogram -all=true
  27  * @library /testlibrary
  28  * @modules java.base/sun.misc
  29  *          java.compiler
  30  *          java.management
  31  *          jdk.jvmstat/sun.jvmstat.monitor
  32  * @build jdk.test.lib.*
  33  * @build jdk.test.lib.dcmd.*
  34  * @build ClassHistogramTest
  35  * @run testng ClassHistogramAllTest
  36  */
  37 public class ClassHistogramAllTest extends ClassHistogramTest {
  38     public ClassHistogramAllTest() {
  39         super();
  40         classHistogramArgs = "-all=true";
  41     }
  42 
  43     /* See ClassHistogramTest for test cases */
  44 }
< prev index next >