hotspot/test/compiler/aot/cli/jaotc/ListOptionTest.java
changeset 43464 f38fde4a6b52
parent 42650 1f304d0c888b
child 43479 67507b173e81
--- a/hotspot/test/compiler/aot/cli/jaotc/ListOptionTest.java	Thu Jan 19 08:10:11 2017 +0100
+++ b/hotspot/test/compiler/aot/cli/jaotc/ListOptionTest.java	Thu Jan 05 08:37:10 2017 +0100
@@ -66,7 +66,7 @@
             throw new Error("TESTBUG: can't write list file " + e, e);
         }
         OutputAnalyzer oa = JaotcTestHelper.compileLibrary("--compile-commands", COMPILE_COMMAND_FILE.toString(),
-                JaotcTestHelper.getClassAotCompilationName(HelloWorldOne.class));
+                "--classname", JaotcTestHelper.getClassAotCompilationName(HelloWorldOne.class));
         oa.shouldHaveExitValue(0);
         File compiledLibrary = new File(JaotcTestHelper.DEFAULT_LIB_PATH);
         Asserts.assertTrue(compiledLibrary.exists(), "Compiled library file missing");