> 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 b
On Thu, 2 May 2024 12:22:23 GMT, Adam Sotona 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`
> 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 b
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
provide