JDK-8349725 : [lworld] jdk/valhalla/valuetypes/ObjectMethodsViaCondy.java can't find /testlibrary/asm
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: repo-valhalla
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2025-02-10
  • Updated: 2025-02-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
repo-valhallaUnresolved
Related Reports
Relates :  
Description
After merging "8346986: Remove ASM from java.base"...

Running test 'jtreg:open/test/jdk/valhalla/valuetypes/ObjectMethodsViaCondy.java'
--------------------------------------------------
TEST: valhalla/valuetypes/ObjectMethodsViaCondy.java
TEST JDK: /scratch/dsimms/hotspot/git/valhalla_merging/build/linux-x64-debug/jdk

TEST RESULT: Error. Can't find library: /testlibrary/asm
--------------------------------------------------

Doesn't appear to be okay to tweak the path to hotspot's testlibrary (maybe I missed a trick). Does this need conversion to ClassFile API ?
Comments
A pull request was submitted for review. Branch: lworld URL: https://git.openjdk.org/valhalla/pull/1359 Date: 2025-02-10 20:27:58 +0000
10-02-2025

This can get a trivial conversion to classfile API. Is this the only test failing?
10-02-2025