On Fri, 25 Nov 2022 14:38:55 GMT, Adam Sotona <asot...@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 Wouldn’t “Convert java.base/jdk.internal.module to use the Classfile API” be a better issue title? (Similarly for similar issues.) Focus on the positive ... ------------- PR: https://git.openjdk.org/jdk/pull/11368