RFR: 8310829: guarantee(!HAS_PENDING_EXCEPTION) failed in ExceptionTranslation::doit
David Holmes
dholmes at openjdk.org
Mon Jun 26 08:05:03 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.
Edited above to correct: I think it is just highlighting that this code **not** is prepared for "system" errors like this.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14641#issuecomment-1606923008
More information about the hotspot-dev
mailing list