Problems with JDK 10
Stefan Marr
java at stefan-marr.de
Thu Mar 22 15:16:07 UTC 2018
Hi Doug:
> On 22 Mar 2018, at 11:10, Doug Simon <doug.simon at oracle.com> wrote:
>
> This looks like a javac bug. Maybe turn on more flags to see what annotation processing is happening such as -XprintProcessorInfo and -XprintRounds.
Ok, there is no annotation processing happing at all.
I experimented a little more and there might be a problem with annotation processing, dependencies on generated classes, and possibly circular dependencies.
I guess this is a javac bug.
On my code base, javac seems to be in a highly problematic state.
Even the error output is in some scenarios pointing to random things, which looks to me like internal data structures are corrupted.
Thanks
Stefan
--
Stefan Marr
School of Computing, University of Kent
http://stefan-marr.de/research/
More information about the graal-dev
mailing list