hotspot/test/gc/stress/gcbasher/TestGCBasherWithParallel.java
changeset 46359 76dd8f312458
parent 43455 96560cffef4d
--- a/hotspot/test/gc/stress/gcbasher/TestGCBasherWithParallel.java	Fri Mar 31 13:22:43 2017 +0200
+++ b/hotspot/test/gc/stress/gcbasher/TestGCBasherWithParallel.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
@@ -35,6 +35,6 @@
  */
 public class TestGCBasherWithParallel {
     public static void main(String[] args) throws IOException {
-        TestGCBasher.run(args);
+        TestGCBasher.main(args);
     }
 }