8135131: Enable thin server mode in Sjavac

Added --state-dir to sjavac command

Reviewed-by: erikj
This commit is contained in:
Andreas Lundblad 2015-09-21 11:01:19 +02:00
parent e6b91586aa
commit f36bb2dcf9

@ -575,6 +575,7 @@ define SetupJavaCompilationBody
--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) \