On Fri, 30 Jun 2023 17:30:33 GMT, Vladimir Kozlov wrote:
> > > But, please, activate GHA testing for this branch.
> >
> >
> > Isn't GHA a strict subset of or equal to tier1 mach5 testing? If so, what's
> > the point of doing redundant testing?
>
> It builds and tests configurations (32-bit) w
On Fri, 30 Jun 2023 14:35:10 GMT, Doug Simon wrote:
> > But, please, activate GHA testing for this branch.
>
> Isn't GHA a strict subset of or equal to tier1 mach5 testing? If so, what's
> the point of doing redundant testing?
It builds and tests configurations (32-bit) we don't have in our te
On Thu, 29 Jun 2023 20:06:19 GMT, Doug Simon wrote:
>> The VMSupport class is required for translating an exception between the
>> HotSpot and libgraal heaps.
>> Loading it lazily can result in a loading exception, obscuring the exception
>> being translated.
>> To avoid this, VMSupport is load
On Thu, 29 Jun 2023 20:06:19 GMT, Doug Simon wrote:
>> The VMSupport class is required for translating an exception between the
>> HotSpot and libgraal heaps.
>> Loading it lazily can result in a loading exception, obscuring the exception
>> being translated.
>> To avoid this, VMSupport is load
> The VMSupport class is required for translating an exception between the
> HotSpot and libgraal heaps.
> Loading it lazily can result in a loading exception, obscuring the exception
> being translated.
> To avoid this, VMSupport is loaded eagerly along with the other vmClasses.
Doug Simon has