Integrated: 8305201: Improve error message for GroupLayouts that are too large on SysV

Jorn Vernee jvernee at openjdk.org
Mon May 1 14:24:24 UTC 2023


On Fri, 21 Apr 2023 14:25:26 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> Using for instance a struct layout that contains an unbounded array will produce the exception from the JBS issue.
> 
> This patch checks for the case where a GroupLayout is too large more explicitly, and reports the issue using a more informative exception.

This pull request has now been integrated.

Changeset: 7d07d195
Author:    Jorn Vernee <jvernee at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7d07d19523658cb8034121af6569fbbe92c9afd1
Stats:     27 lines in 2 files changed: 24 ins; 0 del; 3 mod

8305201: Improve error message for GroupLayouts that are too large on SysV

Reviewed-by: mcimadamore

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

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


More information about the core-libs-dev mailing list