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

Tobias Hartmann thartmann at openjdk.org
Tue Apr 8 06:42:20 UTC 2025


On Tue, 8 Apr 2025 06:38:26 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.
>
> 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>

Looks reasonable to me.

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

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24487#pullrequestreview-2748829422


More information about the hotspot-compiler-dev mailing list