adoptium / adoptium/aqa-systemtest
jdk-25+ STF build broken by move of ASM classes from java.base
- Dominant language
- Java
- Stars
- 27
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
jdk-25+ upstream change https://bugs.openjdk.org/browse/JDK-8346986 has moved the internal
java.base ASM classes to hotspot jtreg test library instead, thus breaking building of STF library:
java.base/share/classes/jdk/internal/org/objectweb/asm
moved to:
hotspot/jtreg/testlibrary/asm/org/objectweb/asm
Contributor guide
Research direction
Start by locating the STF build references to java.base/share/classes/jdk/internal/org/objectweb/asm and compare them with the new hotspot/jtreg/testlibrary/asm/org/objectweb/asm location described in JDK-8346986. Run the STF build to reproduce the failure, update the relevant references, and verify that the library builds successfully on jdk-25+.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100