langtools/test/tools/sjavac/CompileWithInvisibleSources.java
changeset 32799 ee577901f4bb
parent 32337 c9d3ab9f601c
child 34473 5f7202c2125d
--- a/langtools/test/tools/sjavac/CompileWithInvisibleSources.java	Wed Jul 05 20:50:41 2017 +0200
+++ b/langtools/test/tools/sjavac/CompileWithInvisibleSources.java	Mon Sep 21 11:19:10 2015 +0200
@@ -70,6 +70,7 @@
                 "-sourcepath", GENSRC2.toString(),
                 "-sourcepath", GENSRC3.toString(),
                 "-d", BIN.toString(),
+                "--state-dir=" + BIN,
                 "-h", HEADERS.toString(),
                 "-j", "1",
                 SERVER_ARG);
@@ -86,6 +87,7 @@
                              "-sourcepath", GENSRC2.toString(),
                              "-sourcepath", GENSRC3.toString(),
                              "-d", BIN.toString(),
+                             "--state-dir=" + BIN,
                              "-h", HEADERS.toString(),
                              "-j", "1",
                              SERVER_ARG);