RFR: 8308842: Consolidate exceptions thrown from Class-File API
Adam Sotona
asotona at openjdk.org
Thu May 25 09:28:57 UTC 2023
On Thu, 25 May 2023 09:12:58 GMT, Chen Liang <liach at openjdk.org> wrote:
> What other types of exceptions does javap distinguish, and should Classfile API distinguish them as well?
Invalid CP index or content are cases where javap tries to recover, replace the value with '???' and print the rest.
This PR is extracted Classfile API - related part of #11411
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14143#issuecomment-1562579655
More information about the core-libs-dev
mailing list