RFR: 8282508: Updating ASM to 9.2 for JDK 19

Vicente Romero vromero at openjdk.java.net
Mon Mar 28 20:04:42 UTC 2022


On Mon, 28 Mar 2022 17:50:25 GMT, Rémi Forax <forax at openjdk.org> wrote:

> I suppose that you are raising commons.RemappingMethodAdapter and commons.RemappingAnnotationAdapter from the dead because you want to fix the code in jdk.jfr.internal.instrument later ?

correct, I would prefer the team maintaining jdk.jfr.internal.instrument to do that update after this PR has been pushed
> 
> Otherwise it's a little dangerous because that code as started to drift, the new remapper has new code not supported by the old remapper. BTW, @deprecated on ASM source is equivalent to. @deprecated + forRemoval in the JDK.
> 
> The support of Java 19 is fine, the same code will be included in ASM soon.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8000


More information about the core-libs-dev mailing list