RFR: 8294962: Convert java.base/jdk.internal.module package to use the Classfile API to modify and write module-info.class [v4]
liach
duke at openjdk.org
Sat Mar 11 19:55:30 UTC 2023
On Fri, 10 Mar 2023 16:46:35 GMT, Glavo <duke at openjdk.org> wrote:
> 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?
I guess yes. https://bugs.openjdk.org/browse/JDK-8294957 would be a good place to track the progress. As the overview JBS issue mentions, there are other ad-hoc utilities that read class files, such as proprietary libraries. In addition, [asmtools](https://github.com/openjdk/asmtools) which generates some assemblies can be migrated to Classfile API as well in the future.
-------------
PR: https://git.openjdk.org/jdk/pull/11368
More information about the core-libs-dev
mailing list