8135131: Enable thin server mode in Sjavac
authoralundblad
Mon, 21 Sep 2015 11:01:19 +0200
changeset 32717 3dfcb41a7326
parent 32716 d3203fd9e447
child 32718 fadee4d0b5ec
8135131: Enable thin server mode in Sjavac Summary: Added --state-dir to sjavac command Reviewed-by: erikj
make/common/JavaCompilation.gmk
--- a/make/common/JavaCompilation.gmk	Mon Sep 21 09:40:37 2015 +0200
+++ b/make/common/JavaCompilation.gmk	Mon Sep 21 11:01:19 2015 +0200
@@ -575,6 +575,7 @@
 	        --permit-sources-without-package \
 	        --compare-found-sources $$($1_BIN)/_the.$1_batch.tmp \
 	        --log=$(LOG_LEVEL) \
+	        --state-dir=$$($1_BIN) \
 	        $$($1_SJAVAC_ARGS) \
 	        $$($1_FLAGS) \
 	        $$($1_HEADERS_ARG) \