test/gc/startup_warnings/TestParNewCMS.java

Print this page
rev 7249 : 8062537: [TESTBUG] Conflicting GC combinations in hotspot tests

*** 23,32 **** --- 23,33 ---- /* * @test TestParNewCMS * @key gc * @bug 8006398 + * @requires vm.gc=="ConcMarkSweep" | vm.gc=="null" * @summary Test that the combination ParNew+CMS does not print a warning message * @library /testlibrary */ import com.oracle.java.testlibrary.OutputAnalyzer;