RFR: 8208470: Type annotations on inner type that is an array component [v2]

Vicente Romero vromero at openjdk.org
Tue Feb 14 19:58:43 UTC 2023


On Tue, 14 Feb 2023 18:30:26 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

> As I read the patch, it replaces a loop which is supposed to inject the annotation into the deepest type with a recursive call (which then ensures the correct attributes are set). That seems reasonable to me, to the degree I can understand it.
> 
> It might be good to try to get Werner's or Michael Ernst's feedback/comment, just to be sure.

right that's what the patch is doing. I can ask them but I wouldn't wait to have a reply from them before closing the issue

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

PR: https://git.openjdk.org/jdk/pull/12522


More information about the compiler-dev mailing list