hotspot/test/gc/startup_warnings/TestG1.java
changeset 36851 03e2f4d0a421
parent 30604 b8d532cb6420
child 40631 ed82623d7831
equal deleted inserted replaced
36850:ada6dcfa50dc 36851:03e2f4d0a421
    25 * @test TestG1
    25 * @test TestG1
    26 * @key gc
    26 * @key gc
    27 * @bug 8006398
    27 * @bug 8006398
    28 * @summary Test that the G1 collector does not print a warning message
    28 * @summary Test that the G1 collector does not print a warning message
    29 * @library /testlibrary
    29 * @library /testlibrary
    30 * @modules java.base/sun.misc
    30 * @modules java.base/jdk.internal.misc
    31 *          java.management
    31 *          java.management
    32 */
    32 */
    33 
    33 
    34 import jdk.test.lib.OutputAnalyzer;
    34 import jdk.test.lib.OutputAnalyzer;
    35 import jdk.test.lib.ProcessTools;
    35 import jdk.test.lib.ProcessTools;