On Sun, 25 Jun 2023 06:58:14 GMT, Doug Simon <dnsi...@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