RFR: 8182774: Verify code in javap [v2]
Maurizio Cimadamore
mcimadamore at openjdk.org
Fri May 3 10:31:54 UTC 2024
On Thu, 2 May 2024 12:22:23 GMT, Adam Sotona <asotona at openjdk.org> wrote:
>> This patch adds `javap -verify` option to check the class and print obvious verification errors found.
>> Implementation depends on extended Class-File API verification support, so PR #16809 is important to precede.
>> The new `javap` option is mentioned in man pages and a release note will be provided.
>>
>> Please review.
>>
>> Thank you,
>> Adam
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>
> fixed typo
Looks great - this was a long-awaited enhancement!
-------------
Marked as reviewed by mcimadamore (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18629#pullrequestreview-2037858606
More information about the compiler-dev
mailing list