RFR: 8357955: java.lang.classfile.Signature.ArrayTypeSig.of IAE not thrown for dims > 255

Adam Sotona asotona at openjdk.org
Thu May 29 07:05:58 UTC 2025


On Wed, 28 May 2025 17:56:07 GMT, Adam Sotona <asotona at openjdk.org> wrote:

> java.lang.classfile.Signature.ArrayTypeSig.of constraint check did not include dimensions of the given component if the component is an array.
> 
> This patch fixes the constraint check, corrects the @throws description and adds test of the subj.
> 
> Please review.
> 
> Thanks,
> Adam

Thank you!

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

PR Comment: https://git.openjdk.org/jdk/pull/25506#issuecomment-2918510609


More information about the core-libs-dev mailing list