hotspot/test/runtime/logging/MonitorInflationTest.java
changeset 36851 03e2f4d0a421
parent 35858 6e704583a38f
child 40631 ed82623d7831
equal deleted inserted replaced
36850:ada6dcfa50dc 36851:03e2f4d0a421
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8133885
    26  * @bug 8133885
    27  * @summary monitorinflation=debug should have logging from each of the statements in the code
    27  * @summary monitorinflation=debug should have logging from each of the statements in the code
    28  * @library /testlibrary
    28  * @library /testlibrary
    29  * @modules java.base/sun.misc
    29  * @modules java.base/jdk.internal.misc
    30  *          java.management
    30  *          java.management
    31  * @build jdk.test.lib.OutputAnalyzer jdk.test.lib.ProcessTools
    31  * @build jdk.test.lib.OutputAnalyzer jdk.test.lib.ProcessTools
    32  * @run driver MonitorInflationTest
    32  * @run driver MonitorInflationTest
    33  */
    33  */
    34 
    34