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