ASM-based benchmarks were useful to directly compare performance of ASM and Class-File API. However Class-File API performance history is now continuously tracked and direct comparison to ASM becomes obsolete.
This patch removes ASM-based benchmarks from test/micro/org/openjdk/bench/jdk/classfile. Please review. Thanks, Adam ------------- Commit messages: - ASM removal from JMH exports - 8346984: Remove ASM-based benchmarks from Class-File API benchmarks Changes: https://git.openjdk.org/jdk/pull/22914/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22914&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8346984 Stats: 548 lines in 7 files changed: 0 ins; 548 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/22914.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/22914/head:pull/22914 PR: https://git.openjdk.org/jdk/pull/22914