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

Leonid Mesnik lmesnik at openjdk.org
Thu Jan 9 20:53:42 UTC 2025


On Thu, 9 Jan 2025 08:40:37 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 jdk.internal package prefix from asm

Changes looks good.
The only concern is that jtreg might be fail to correctly compile so huge source set as testlibrary, but it should be addressed  by jtreg. 
Thank you for moving ASM.

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

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


More information about the core-libs-dev mailing list