RFR: 8346986: Remove ASM from java.base
Leonid Mesnik
lmesnik at openjdk.org
Wed Jan 8 07:12:35 UTC 2025
On Tue, 7 Jan 2025 12:49:40 GMT, Adam Sotona <asotona at openjdk.org> wrote:
> There are no more consumers of ASM library except for hotspot tests.
> This patch moves ASM library from java.base module to the hotspot test libraries location and fixes the tests.
>
> Please review.
>
> Thanks,
> Adam
so you if add asm and use it like
`* @library /testlibrary/asm`
it should fit.
There are tests that use
`* @library /testlibrary`
but seems it is redundant and leftover after merging hostpot and jdk. I'll file bug to clean up this.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22946#issuecomment-2576899567
More information about the build-dev
mailing list