On Thu, 1 Apr 2021 12:36:56 GMT, Joel Borggrén-Franck <jfra...@openjdk.org> wrote:
>> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Respond to review feedback. > > src/java.base/share/classes/sun/reflect/annotation/AnnotationInvocationHandler.java > line 497: > >> 495: Method currentMethod = null; >> 496: for(Method method : memberMethods) { >> 497: currentMethod = method; > > I can't see any use of currentMethod, am I missing something? Remnant of a second fix I pulled out for separate handling; I'll remove before pushing. Thanks. ------------- PR: https://git.openjdk.java.net/jdk/pull/3294