On Thu, 29 Jun 2023 02:13:32 GMT, David Holmes wrote:
> Someone from the compiler team should review this now.
@vnkozlov could you please review this or nominate someone else from the
compiler team to look at it. Thanks.
-
PR Comment: https://git.openjdk.org/jdk/pull/14641#issueco
On Wed, 28 Jun 2023 21:21:11 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 Wed, 28 Jun 2023 21:21:11 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