Re: RFR: 8182774: Verify code in javap [v3]

2024-05-30 Thread Adam Sotona
> 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

Re: RFR: 8182774: Verify code in javap [v2]

2024-05-03 Thread Maurizio Cimadamore
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`

Re: RFR: 8182774: Verify code in javap [v2]

2024-05-02 Thread Adam Sotona
> 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

RFR: 8182774: Verify code in javap

2024-05-02 Thread Adam Sotona
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