jdk/test/sun/tools/jcmd/TestJcmdSanity.java
changeset 30376 2ccf2cf7ea48
parent 28412 adcb8be2a2b0
child 34327 50693d25f4a7
equal deleted inserted replaced
30375:6da086d0f46d 30376:2ccf2cf7ea48
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2015, 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.
    41  */
    41  */
    42 /*
    42 /*
    43  * @test
    43  * @test
    44  * @bug 7104647 7154822
    44  * @bug 7104647 7154822
    45  * @library /lib/testlibrary
    45  * @library /lib/testlibrary
       
    46  * @modules java.management
    46  * @build jdk.testlibrary.*
    47  * @build jdk.testlibrary.*
    47  * @run main/othervm -XX:+UsePerfData TestJcmdSanity
    48  * @run main/othervm -XX:+UsePerfData TestJcmdSanity
    48  */
    49  */
    49 public class TestJcmdSanity {
    50 public class TestJcmdSanity {
    50 
    51