hotspot/test/gc/stress/gcbasher/TestGCBasherWithSerial.java
changeset 46359 76dd8f312458
parent 43455 96560cffef4d
--- a/hotspot/test/gc/stress/gcbasher/TestGCBasherWithSerial.java	Fri Mar 31 13:22:43 2017 +0200
+++ b/hotspot/test/gc/stress/gcbasher/TestGCBasherWithSerial.java	Mon Nov 07 10:22:03 2016 +0100
@@ -35,6 +35,6 @@
  */
 public class TestGCBasherWithSerial {
     public static void main(String[] args) throws IOException {
-        TestGCBasher.run(args);
+        TestGCBasher.main(args);
     }
 }