< prev index next >

test/gc/stress/gcbasher/TestGCBasher.java

Print this page
rev 12800 : 8177953: Rename TestGCBasher.run to TestGCBasher.main

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -46,11 +46,11 @@
                 deps.put(ci.getName(), ci);
             }
         }
     }
 
-    public static void run(String[] args) throws IOException {
+    public static void main(String[] args) throws IOException {
         if (args.length != 1) {
             System.err.println("Usage: TestGCBasher <duration-ms>");
             return;
         }
 
< prev index next >