--- old/test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithParallel.java 2017-11-07 10:10:48.347449264 +0100 +++ new/test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithParallel.java 2017-11-07 10:10:47.932436516 +0100 @@ -32,7 +32,7 @@ * @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); } }