> 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:

  extended ClassReader about specific entry-reading methods to avoid class cast 
and throw ConstantPoolException instead

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/11411/files
  - new: https://git.openjdk.org/jdk/pull/11411/files/adf79feb..28ee5f35

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11411&range=06
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11411&range=05-06

  Stats: 176 lines in 5 files changed: 162 ins; 1 del; 13 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

Reply via email to