RFR: 8339190: Parameter arrays that are capped during annotation processing report incorrect length [v3]
Nizar Benalla
nbenalla at openjdk.org
Thu Oct 31 22:40:28 UTC 2024
On Thu, 31 Oct 2024 19:19:16 GMT, Vicente Romero <vromero 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.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21663#issuecomment-2450969354
More information about the compiler-dev
mailing list