On Thu, 27 Apr 2023 23:42:54 GMT, Joe Darcy <da...@openjdk.org> wrote:
>> Chen Liang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix assuming match without MethodParameters for type annotations, move >> implementation related to getAnnotatedParameterTypes to around it > > @liach , thank you for working on this fix. I've given the changes an initial > skim, but will need to do a more thorough review before approving or offering > suggestions for changes. My top priority for the next few weeks will be JDK > 21 CSRs so it may take a while for me to circle back to this PR. @jddarcy Joe, can you take a look at this patch where annotation handling on parameters now uses available `MethodParameters` attribute to match from explicit formal parameter indices to implicit formal parameter indices? ------------- PR Comment: https://git.openjdk.org/jdk/pull/13664#issuecomment-1745507837