RFR: 8346986: Remove ASM from java.base [v7]

Adam Sotona asotona at openjdk.org
Mon Jan 13 07:54:41 UTC 2025


On Mon, 13 Jan 2025 07:40:06 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
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
> 
>   removed asm.md

Across JDK tests I see two tests use @library pointing to compiled jars, however in both cases the jars are a part of the tests source tree. Is there a way to pre-compile a test library and point related tests (or maybe all hotspot tests) to the library jar?

FYI: I've triggered full tiers 1 - 8 testing.

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

PR Comment: https://git.openjdk.org/jdk/pull/22946#issuecomment-2586419903


More information about the core-libs-dev mailing list