How to compile code calling unexpected classes to an older release?

Wang Weijun weijun.wang at oracle.com
Sat Oct 29 06:30:39 UTC 2016


> On Oct 27, 2016, at 5:14 PM, Claes Redestad <claes.redestad at oracle.com> wrote:
> 
> Hi,
> 
> "-XDignore.symbol.file -source 8 -target 8" can get your code to compile (add -nowarn or set a valid bootclasspath to get rid of the warning).

Great, this works.

Thanks
Max



More information about the compiler-dev mailing list