hotspot/test/compiler/aot/cli/jaotc/CompileJarTest.java
changeset 43464 f38fde4a6b52
parent 42650 1f304d0c888b
child 46289 1904e7ec236e
--- a/hotspot/test/compiler/aot/cli/jaotc/CompileJarTest.java	Thu Jan 19 08:10:11 2017 +0100
+++ b/hotspot/test/compiler/aot/cli/jaotc/CompileJarTest.java	Thu Jan 05 08:37:10 2017 +0100
@@ -48,7 +48,7 @@
 
     public static void main(String[] args) {
         createJar();
-        OutputAnalyzer oa = JaotcTestHelper.compileLibrary(JAR_NAME);
+        OutputAnalyzer oa = JaotcTestHelper.compileLibrary("--jar", JAR_NAME);
         oa.shouldHaveExitValue(0);
         File compiledLibrary = new File(JaotcTestHelper.DEFAULT_LIB_PATH);
         Asserts.assertTrue(compiledLibrary.exists(), "Compiled library file missing");