hotspot/test/runtime/NMT/PrintNMTStatistics.java
changeset 26149 dd15a4c3746b
parent 26147 8f797b3ef01e
parent 25960 729cd80956ae
child 27169 59d46464ef22
equal deleted inserted replaced
26148:056b1af3e085 26149:dd15a4c3746b
    27  * @bug 8005936
    27  * @bug 8005936
    28  * @summary Make sure PrintNMTStatistics works on normal JVM exit
    28  * @summary Make sure PrintNMTStatistics works on normal JVM exit
    29  * @library /testlibrary /testlibrary/whitebox
    29  * @library /testlibrary /testlibrary/whitebox
    30  * @build PrintNMTStatistics
    30  * @build PrintNMTStatistics
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
       
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  * @run main PrintNMTStatistics
    33  * @run main PrintNMTStatistics
    33  */
    34  */
    34 
    35 
    35 import com.oracle.java.testlibrary.*;
    36 import com.oracle.java.testlibrary.*;
    36 
    37