Integrated: 8182774: Verify code in javap

Adam Sotona asotona at openjdk.org
Fri May 31 08:51:13 UTC 2024


On Thu, 4 Apr 2024 15:13:46 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

This pull request has now been integrated.

Changeset: a7864af0
Author:    Adam Sotona <asotona at 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


More information about the compiler-dev mailing list