Java compiler API not supporting non-standard options such as -XDignore.symbol.file?
Martin Buchholz
martinrb at google.com
Fri Oct 11 21:08:39 PDT 2013
On Fri, Oct 11, 2013 at 5:45 PM, Peter Niederwieser <pniederw at gmail.com>wrote:
> Martin,
>
> thanks for chiming in. I'm not quite sure how your remark relates to what
> I said. While it's true that it isn't currently possible to point Gradle's
> compiler API integration to an external JDK, this will be possible in the
> future. And it's easy to add because we can already run compilation in a
> separate JVM. But unlike when using the command-line compiler, the same JVM
> can potentially be used for many compilation jobs, which can speed up
> builds significantly.
>
>
AFAIK, you can only run one version of a javac inside a given JDK, and if
there's a version mismatch, then only via -Xbootclasspath/p:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20131011/50c97b60/attachment.html
More information about the compiler-dev
mailing list