Re: RFR: 8305201: Improve error message for GroupLayouts that are too large on SysV [v4]

2023-05-01 Thread Jorn Vernee
> 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. Jorn Vernee has updated the pul

Re: RFR: 8305201: Improve error message for GroupLayouts that are too large on SysV [v3]

2023-04-27 Thread Jorn Vernee
> 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. Jorn Vernee has updated the pul

Re: RFR: 8305201: Improve error message for GroupLayouts that are too large on SysV [v2]

2023-04-27 Thread Andrey Turbanov
On Thu, 27 Apr 2023 09:28:23 GMT, Jorn Vernee 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

Re: RFR: 8305201: Improve error message for GroupLayouts that are too large on SysV [v2]

2023-04-27 Thread Jorn Vernee
> 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. Jorn Vernee has updated the pul

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

2023-04-24 Thread Maurizio Cimadamore
On Fri, 21 Apr 2023 14:25:26 GMT, Jorn Vernee 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

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

2023-04-23 Thread Jorn Vernee
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. - Depends on: https://git.op