RFR: 8282508: Updating ASM to 9.2 for JDK 19 [v3]
Erik Gahlin
egahlin at openjdk.java.net
Wed Mar 30 17:01:41 UTC 2022
On Wed, 30 Mar 2022 02:56:41 GMT, Vicente Romero <vromero at 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
>
> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>
> fixing files missing new line at the end
JFR parts look OK.
-------------
Marked as reviewed by egahlin (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8000
More information about the core-libs-dev
mailing list