On Thu, 2 May 2024 12:22:23 GMT, Adam Sotona <asot...@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