--- old/test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithParallel.java 2017-11-06 21:03:08.452836021 +0100 +++ new/test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithParallel.java 2017-11-06 21:03:08.021822877 +0100 @@ -24,11 +24,12 @@ /* * @test TestSystemGCWithParallel + * @bug 8190703 * @key gc * @key stress * @requires vm.gc.Parallel * @summary Stress the Parallel GC full GC by allocating objects of different lifetimes concurrently with System.gc(). - * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UseParallelGC TestSystemGCWithParallel + * @run main/othervm/timeout=300 -Xlog:gc=info -Xmx512m -XX:+UseParallelGC TestSystemGCWithParallel 270 */ public class TestSystemGCWithParallel { public static void main(String[] args) {