On Mon, 28 Mar 2022 16:49:58 GMT, Vicente Romero <vrom...@openjdk.org> wrote:

> Please review this PR which is updating the ASM included in the JDK to ASM 
> 9.2. This version should be included in JDK19. There are basically two 
> commits here, one that was automatically generated and that mostly changes 
> file headers etc and another one, smaller, that make changes to the code to 
> adapt it to our needs, JDK version etc. In this second commit one can see 
> that two classes that were removed by the automatically generated change have 
> been copied back:
> 
> jdk.internal.org.objectweb.asm.commons.RemappingMethodAdapter
> jdk.internal.org.objectweb.asm.commons.RemappingAnnotationAdapter
> 
> This is because package: `jdk.jfr.internal.instrument` needs them.
> 
> TIA

With this fix,  I believe 
[JDK-8282446](https://bugs.openjdk.java.net/browse/JDK-8282446) should also be 
addressed.

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

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

Reply via email to