On Mon, 26 Jun 2023 21:41:25 GMT, David Holmes <dhol...@openjdk.org> wrote:
> Then why did you not simply handle the exception from the loading of > VMSupport the same way? The only actual case seen of the original way failing is due to OOME in GC stress tests. If loading of VMSupport is done during VM startup, then no stress test code can cause an OOME while loading VMSupport. I doubt `VMSupport.<clinit>` would ever fail in practice. ------------- PR Comment: https://git.openjdk.org/jdk/pull/14641#issuecomment-1608330027