RFR: 8294969: Convert jdk.jdeps javap to use the Classfile API [v6]
Adam Sotona
asotona at openjdk.org
Thu Jun 29 16:34:29 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 with a new target base due to a merge or a rebase. The pull request now contains 222 commits:
- throwing ConstantPoolException for invalid BSM entry index
- Merge branch 'master' into JDK-8294969-javap
- fixed JavapTask
- Merge branch 'master' into JDK-8294969-javap
- Merge branch 'master' into JDK-8294969-javap
# Conflicts:
# src/java.base/share/classes/jdk/internal/classfile/constantpool/ConstantPoolException.java
- fixed build
- Merge branch 'master' into JDK-8294969-javap
# Conflicts:
# src/java.base/share/classes/module-info.java
- more consolidation on IllegalArgumentException
- Merge branch 'master' into JDK-8294969-javap
- fixed TestClassNameWarning
- ... and 212 more: https://git.openjdk.org/jdk/compare/07734f6d...adf79feb
-------------
Changes: https://git.openjdk.org/jdk/pull/11411/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11411&range=05
Stats: 3643 lines in 23 files changed: 839 ins; 1716 del; 1088 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