On Thu, 7 Apr 2022 03:33:02 GMT, Vicente Romero <vrom...@openjdk.org> wrote:
> We recently updated our ASM version to 9.2 and just this week version 9.3 was > announced with support for JDK19 so it makes sense to update to this last > version. > > Thanks in advance for the reviews, > Vicente Looks okay. Most of the changes is in javadoc and rename `var` to `varIndex`. The change in ASMifier looks good. ------------- Marked as reviewed by mchung (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/8135