RFR: 8294971: jdk.jlink jdk.tools.jimage.JImageTask is using ASM to verify classes
Mandy Chung
mchung at openjdk.org
Thu Mar 9 18:15:37 UTC 2023
On Thu, 9 Mar 2023 11:33:13 GMT, Adam Sotona <asotona at openjdk.org> wrote:
> jdk.jlink jdk.tools.jimage.JImageTask is using ASM to verify classes
>
> This patch converts ASM calls to Classfile API.
>
> Please review.
>
> Thanks,
> Adam
I wonder if it's worth to provide a convenient method to verify a classfile by visiting all model elements in the future.
-------------
Marked as reviewed by mchung (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12943
More information about the core-libs-dev
mailing list