--- old/test/gc/stress/gcbasher/TestGCBasher.java 2017-04-03 11:55:19.124241378 +0200 +++ new/test/gc/stress/gcbasher/TestGCBasher.java 2017-04-03 11:55:18.980240664 +0200 @@ -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 "); return;