On Wed, 28 May 2025 17:56:07 GMT, Adam Sotona <asot...@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 This pull request has now been integrated. Changeset: d43f588d Author: Adam Sotona <asot...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d43f588db1b39724da2823b73fe09f8609fd8e48 Stats: 24 lines in 2 files changed: 19 ins; 2 del; 3 mod 8357955: java.lang.classfile.Signature.ArrayTypeSig.of IAE not thrown for dims > 255 Reviewed-by: jlahoda ------------- PR: https://git.openjdk.org/jdk/pull/25506