On Tue, 7 Jan 2025 12:49:40 GMT, Adam Sotona <asot...@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

Reply via email to