RFR: 8294962: java.base jdk.internal.module package uses ASM to modify and write module-info.class [v4]

Glavo duke at openjdk.org
Fri Mar 10 16:49:27 UTC 2023


On Fri, 10 Mar 2023 15:10:01 GMT, Adam Sotona <asotona at openjdk.org> wrote:

>> 8294962: java.base jdk.internal.module package uses ASM to modify and write module-info.class.
>> This patch converts it to use Classfile API.
>> 
>> Please review.
>> Thanks,
>> Adam
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
> 
>   ModuleInfoWriter improvements

The Classfile API looks great. I want to ask if you have any plans to completely replace all uses of `jdk.internal.org.objectweb.asm` and delete its source code from OpenJDK in a short time?

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

PR: https://git.openjdk.org/jdk/pull/11368


More information about the core-libs-dev mailing list