RFR: 8294976: test/hotspot 183 test classes use ASM [v10]

Oussama Louati duke at openjdk.org
Wed Mar 13 10:34:42 UTC 2024


> Completion of the first version of the migration for several tests.
> 
> These tests, which are now  using the classfile API mostly,  are responsible for  testing various aspects including:
> 
> - Generate constant pool entries filled with method handles and method types.
> - Create numerous invokedynamic instructions with correct bootstrap methods and incorrect bootstrap methods for testing error handling and exception catching.
> - Produce many invokedynamic instructions with a specific constant pool entry.

Oussama Louati has updated the pull request incrementally with two additional commits since the last revision:

 - halfway through this migration, had to switch to other test group and out these aside
 - Use ClassFile to get AccessFlags

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17834/files
  - new: https://git.openjdk.org/jdk/pull/17834/files/7056d444..527384d3

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17834&range=09
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17834&range=08-09

  Stats: 40 lines in 8 files changed: 20 ins; 10 del; 10 mod
  Patch: https://git.openjdk.org/jdk/pull/17834.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17834/head:pull/17834

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


More information about the hotspot-compiler-dev mailing list