[jdk11u-dev] RFR: 8236490: Compiler bug relating to @NonNull annotation
Guoxiong Li
gli at openjdk.org
Tue Jul 12 06:53:43 UTC 2022
On Sun, 10 Jul 2022 14:41:54 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit [23edb6f6](https://github.com/openjdk/jdk/commit/23edb6f6b22e157e143e7449d6a4ad3f28cceb21) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The patch has run well for a long time so that I think it has low risk to backport now.
>
> Best Regards,
> -- Guoxiong
I read the error message about the newly added test case `javac/annotations/typeAnnotations/8236490/T8236490.java`. This test uses the new grammer `string literal` which is represented by a `"""`. So this patch doesn't apply cleanly. I will revise the patch later.
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1209
More information about the jdk-updates-dev
mailing list