--- old/test/gc/stress/gcbasher/TestGCBasherWithSerial.java 2017-04-03 11:55:21.216251751 +0200 +++ new/test/gc/stress/gcbasher/TestGCBasherWithSerial.java 2017-04-03 11:55:21.096251156 +0200 @@ -35,6 +35,6 @@ */ public class TestGCBasherWithSerial { public static void main(String[] args) throws IOException { - TestGCBasher.run(args); + TestGCBasher.main(args); } }