RFR: 8321622: ClassFile.verify(byte[] bytes) throws unexpected ConstantPoolException, IAE [v2]

Adam Sotona asotona at openjdk.org
Thu May 16 07:32:01 UTC 2024


On Thu, 16 May 2024 07:28:20 GMT, Adam Sotona <asotona at openjdk.org> wrote:

>> Class-File API `VerifierImpl` contains debugging stack trace print causing unexpected output and confusion in specific verification cases.
>> 
>> This patch removes the stack trace print.
>> 
>> Please review.
>> 
>> Thanks,
>> Adam
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
> 
>   updated copyright year

Thank you for the review.

Yes, the `@see` links to the C++ sources in the verifier implementation help a lot and are intentional.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19258#issuecomment-2114271187


More information about the core-libs-dev mailing list