RFR 8054715: Changing the source roots and/or their filters forces a full recompile.

Fredrik Öhrström oehrstroem at gmail.com
Tue Aug 19 08:52:04 UTC 2014


2014-08-19 10:50 GMT+02:00 Fredrik Öhrström <oehrstroem at gmail.com>:

> The command line stored in javac_state is only used to detect if sjavac
> should recompile all sources from scratch. Options that do not affect the
> output should not be stored there. "-x" "-i" are such options.
>

Well, "-x" and "-i" affect the output, but in the same way as usual editing
does, ie the incremental compile handles it well, therefore changes to "-x"
and "-i" should not trigger a full recompile of all sources.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20140819/d997df0f/attachment.html>


More information about the compiler-dev mailing list