hotspot/test/gc/stress/gcbasher/TestGCBasher.java
changeset 46359 76dd8f312458
parent 42307 cefc81dc1d52
--- a/hotspot/test/gc/stress/gcbasher/TestGCBasher.java	Fri Mar 31 13:22:43 2017 +0200
+++ b/hotspot/test/gc/stress/gcbasher/TestGCBasher.java	Mon Nov 07 10:22:03 2016 +0100
@@ -1,5 +1,5 @@
 /*
- * 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
@@ -48,7 +48,7 @@
         }
     }
 
-    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;