RFR: 8294969: Convert jdk.jdeps javap to use the Classfile API [v8]
Adam Sotona
asotona at openjdk.org
Fri Jun 30 13:17:26 UTC 2023
> javap uses proprietary com.sun.tools.classfile library to parse class files.
>
> This patch converts javap to use Classfile API.
>
> Please review.
>
> Thanks,
> Adam
Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
added DydnamicConstantPoolEntry::bootstrapMethodIndex
fix of javap ConstantWriter to print DynamicConstantPoolEntry without accessing BSM attribute
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/11411/files
- new: https://git.openjdk.org/jdk/pull/11411/files/28ee5f35..834de482
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=11411&range=07
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=11411&range=06-07
Stats: 14 lines in 3 files changed: 12 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/11411.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/11411/head:pull/11411
PR: https://git.openjdk.org/jdk/pull/11411
More information about the core-libs-dev
mailing list