--- old/test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithParallel.java 2017-11-07 10:11:04.709951874 +0100 +++ new/test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithParallel.java 2017-11-07 10:11:04.300939310 +0100 @@ -24,14 +24,15 @@ /* * @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) { + public static void main(String[] args) throws Exception { TestSystemGC.main(args); } }