On Tue, 29 Nov 2022 10:26:31 GMT, Adam Sotona <asot...@openjdk.org> wrote:
> javap uses proprietary com.sun.tools.classfile library to parse class files. > > This patch converts javap to use Classfile API. > > Please review. > > Thanks, > Adam This pull request has now been integrated. Changeset: 1203e11a Author: Adam Sotona <asot...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/1203e11a8d9b3ef0695282d980ad411213e6aa6c Stats: 3755 lines in 29 files changed: 920 ins; 1778 del; 1057 mod 8294969: Convert jdk.jdeps javap to use the Classfile API Reviewed-by: vromero ------------- PR: https://git.openjdk.org/jdk/pull/11411