RFR: 8270139: jshell InternalError crash for import of @Repeatable followed by unresolved ref

Vicente Romero vromero at openjdk.java.net
Tue Sep 21 16:42:34 UTC 2021


On Tue, 21 Sep 2021 11:05:45 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

> For code like:
> 
> import java.lang.annotation.Repeatable;
> @Repeatable(TestContainer.class)
> @interface Test { int value(); }
> 
> 
> javac crashes like this:
> 
> $ javac -XDdev /tmp/Test.java

looks sensible to me

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

Marked as reviewed by vromero (Reviewer).

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


More information about the compiler-dev mailing list