adoptium / adoptium/aqa-systemtest

jdk-25+ STF build broken by move of ASM classes from java.base

Open
#495 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.