Integrated: 8353841: [jittester] Fix JITTester build after asm removal

Evgeny Nikitin enikitin at openjdk.org
Wed Apr 9 07:05:42 UTC 2025


On Mon, 7 Apr 2025 11:24:13 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:

> [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.

This pull request has now been integrated.

Changeset: 0f70aae1
Author:    Evgeny Nikitin <enikitin at openjdk.org>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0f70aae1cc4fd48ef2de3b0fe4741a32660ed4f9
Stats:     10 lines in 1 file changed: 6 ins; 0 del; 4 mod

8353841: [jittester] Fix JITTester build after asm removal

Reviewed-by: thartmann, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list