hotspot/test/compiler/aot/AotCompiler.java
changeset 43479 67507b173e81
parent 43464 f38fde4a6b52
child 46826 dae7992b1615
--- a/hotspot/test/compiler/aot/AotCompiler.java	Tue Jan 24 08:51:07 2017 +0000
+++ b/hotspot/test/compiler/aot/AotCompiler.java	Tue Jan 24 17:19:01 2017 -0800
@@ -100,7 +100,7 @@
             args.add("--compile-commands");
             args.add(file.toString());
         }
-        args.add("--classname");
+        args.add("--class-name");
         args.add(item);
         return launchJaotc(args, extraopts);
     }