RFR: 8274942: AssertionError at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)
Guoxiong Li
gli at openjdk.java.net
Wed Nov 3 02:02:16 UTC 2021
On Tue, 2 Nov 2021 16:22:12 GMT, Vicente Romero <vromero at openjdk.org> wrote:
>> Hi all,
>>
>> Currently, the compiler doesn't `annotate` the internal type annotations of the annotation element value so that the field `JCAnnotation.attribute` is `null` and the compiler crashes. This patch adds the missed scaning step and the corresponding test case.
>>
>> Thanks for taking the time to review.
>>
>> Best Regards,
>> -- Guoxiong
>
> nit: please sync this PR title with the but title in JIRA
@vicente-romero-oracle Thanks for your review.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6210
More information about the compiler-dev
mailing list