test/gc/parallelScavenge/AdaptiveGCBoundary.java

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

*** 21,30 **** --- 21,31 ---- * questions. */ /** * @test AdaptiveGCBoundary + * @requires vm.gc=="Parallel" | vm.gc=="null" * @summary UseAdaptiveGCBoundary is broken * @bug 8014546 * @key gc * @key regression * @library /testlibrary