RFR: 8356548: Avoid using ASM to parse latest class files in tests [v6]

Chen Liang liach at openjdk.org
Fri Aug 22 15:06:46 UTC 2025


> For early eval; test by changing the ClassReader max accepted version of test ASM to 24 instead of 25

Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 11 additional commits since the last revision:

 - Merge branch 'master' of https://github.com/openjdk/jdk into fix/asm-test-upgrade
 - Merge branch 'fix/asm-test-upgrade' of github.com:liachmodded/jdk into fix/asm-test-upgrade
 - Update test/hotspot/jtreg/compiler/calls/common/InvokeDynamicPatcher.java
   
   Co-authored-by: Andrew Haley <aph-open at littlepinkcloud.com>
 - Variable name improvements
 - Merge branch 'master' of https://github.com/openjdk/jdk into fix/asm-test-upgrade
 - Move other tier 4,5, etc tests to not use ClassReader
 - Merge branch 'master' of https://github.com/openjdk/jdk into fix/asm-test-upgrade
 - Merge branch 'master' of https://github.com/openjdk/jdk into fix/asm-test-upgrade
 - Use classfile api instead of javac setting version
 - Merge branch 'master' of https://github.com/openjdk/jdk into fix/asm-test-upgrade
 - ... and 1 more: https://git.openjdk.org/jdk/compare/7e384ee6...a659f538

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/25124/files
  - new: https://git.openjdk.org/jdk/pull/25124/files/020659f3..a659f538

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25124&range=05
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25124&range=04-05

  Stats: 294312 lines in 5181 files changed: 174425 ins; 82083 del; 37804 mod
  Patch: https://git.openjdk.org/jdk/pull/25124.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25124/head:pull/25124

PR: https://git.openjdk.org/jdk/pull/25124


More information about the hotspot-dev mailing list