RFR: 8294969: Convert jdk.jdeps javap to use the Classfile API
Adam Sotona
asotona at openjdk.org
Mon Apr 17 13:47:05 UTC 2023
On Tue, 29 Nov 2022 10:26:31 GMT, Adam Sotona <asotona at 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
failing `hotspot/jtreg/serviceability/sa/ClhsdbDumpclass.java` test is caused by [JDK-8305490](https://bugs.openjdk.org/browse/JDK-8305490)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/11411#issuecomment-1494742529
More information about the compiler-dev
mailing list