JDK-8328111 : Convert Runtime tests to use the ClassFile API instead of ASM
  • Type: Sub-task
  • Component: core-libs
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2024-03-13
  • Updated: 2024-05-04
Related Reports
Relates :  
Description
Test Classes that use the ASM Library:

The goal is to convert the following the tests to use the ClassFile API and remove dependency from ASM:

test/hotspot/jtreg/runtime/finalStatic/FinalStatic.java
test/hotspot/jtreg/runtime/verifier/OverriderMsg.java
test/hotspot/jtreg/runtime/verifier/TestANewArray.java
test/hotspot/jtreg/runtime/verifier/TestMultiANewArray.java
test/hotspot/jtreg/runtime/ConstantPool/BadMethodHandles.java
test/hotspot/jtreg/runtime/ConstantPool/IntfMethod.java
test/hotspot/jtreg/runtime/invokedynamic/BootstrapMethodErrorTest.java
test/hotspot/jtreg/runtime/StackTrace/LargeClassTest.java
Comments
This Issue is completed and needs review for integration.
04-05-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/18271 Date: 2024-03-13 12:30:24 +0000
13-03-2024

Pr link: https://github.com/openjdk/jdk/pull/18271
13-03-2024