On Thu, 4 Apr 2024 15:13:46 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 This pull request has now been integrated. Changeset: a7864af0 Author: Adam Sotona <asot...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a7864af08acbe63d09f770ca66780738260faac4 Stats: 101 lines in 6 files changed: 101 ins; 0 del; 0 mod 8182774: Verify code in javap Reviewed-by: mcimadamore ------------- PR: https://git.openjdk.org/jdk/pull/18629