RFR: 8353841: [jittester] Fix JITTester build after asm removal [v2]

Evgeny Nikitin enikitin at openjdk.org
Tue Apr 8 06:38:26 UTC 2025


> [JDK-8346981](https://bugs.openjdk.org/browse/JDK-8346981) removed jdk.internal.objectweb.asm packages from java.base, causing JITTester build to fail.
> 
> This PR fixes the build by building ASM prior to the testlibrary and JITTester builds.
> Testing: Local runs of targets `COMPILE` and `all`, no errors found.

Evgeny Nikitin has updated the pull request incrementally with one additional commit since the last revision:

  Simplify compile_testlib as well
  
  Co-authored-by: Chen Liang <liach at openjdk.org>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24487/files
  - new: https://git.openjdk.org/jdk/pull/24487/files/2d4619af..c831099a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24487&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24487&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/24487.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24487/head:pull/24487

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


More information about the hotspot-compiler-dev mailing list