RFR: 8273408: java.lang.AssertionError: typeSig ERROR on generated class property of record

Vicente Romero vromero at openjdk.java.net
Wed Sep 15 02:36:51 UTC 2021


On Tue, 14 Sep 2021 16:14:39 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> After processing annotation, if new source files are generated, the compiler should re-parse and re-enter the source files so that the type and symbol can keep right. The compiler always holds this convention in the past. 

could you please add a link to where this is done in the compiler for other cases different from records? thanks

-------------

PR: https://git.openjdk.java.net/jdk/pull/5511


More information about the compiler-dev mailing list