test/gc/startup_warnings/TestCMSIncrementalMode.java

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

*** 24,33 **** --- 24,34 ---- /* * @test TestCMSIncrementalMode * @key gc * @bug 8006398 + * @requires vm.gc=="ConcMarkSweep" | vm.gc=="null" * @summary Test that the deprecated CMSIncrementalMode print a warning message * @library /testlibrary */ import com.oracle.java.testlibrary.OutputAnalyzer;