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