RFR: 8339190: Parameter arrays that are capped during annotation processing report incorrect length [v3]
Vicente Romero
vromero at openjdk.org
Fri Nov 1 17:47:31 UTC 2024
On Thu, 31 Oct 2024 22:37:25 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:
> > general comment. I wonder if we should add a predicate to com.sun.tools.javac.jvm.Target ala: Target::runtimeUseNestAccess() so that we don't generate this error for targets < 24, the rest looks good to me
>
> I can easily add it if you or other Reviewers think it's a good idea. But it might not be worth it? The purpose of this change was to prevent generating classfiles that don't match the input files.
>
> I will bring it up in the CSR comment section.
not sure tbh, probably not necessary
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21663#issuecomment-2452310564
More information about the compiler-dev
mailing list