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