On Fri, 10 Mar 2023 16:46:35 GMT, Glavo <d...@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