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