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

Adam Sotona asotona at openjdk.org
Thu May 16 07:35:11 UTC 2024


On Thu, 16 May 2024 06:44:29 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

This pull request has now been integrated.

Changeset: ee4a9d34
Author:    Adam Sotona <asotona at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ee4a9d34827166ff9ac04e2375058fdc08e43194
Stats:     2 lines in 1 file changed: 0 ins; 1 del; 1 mod

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

Reviewed-by: jpai

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

PR: https://git.openjdk.org/jdk/pull/19258


More information about the core-libs-dev mailing list