Integrated: 8310829: guarantee(!HAS_PENDING_EXCEPTION) failed in ExceptionTranslation::doit

Doug Simon dnsimon at openjdk.org
Fri Jun 30 20:13:12 UTC 2023


On Sun, 25 Jun 2023 06:58:14 GMT, Doug Simon <dnsimon at openjdk.org> 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 loaded eagerly along with the other vmClasses.

This pull request has now been integrated.

Changeset: f6bdccb4
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f6bdccb45caca0f69918a773a9ad9b2ad91b702f
Stats:     176 lines in 6 files changed: 123 ins; 21 del; 32 mod

8310829: guarantee(!HAS_PENDING_EXCEPTION) failed in ExceptionTranslation::doit

Reviewed-by: never, kvn

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

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


More information about the hotspot-dev mailing list