RFR: 8310829: guarantee(!HAS_PENDING_EXCEPTION) failed in ExceptionTranslation::doit [v3]

Doug Simon dnsimon at openjdk.org
Mon Jun 26 21:50:05 UTC 2023


On Mon, 26 Jun 2023 21:41:25 GMT, David Holmes <dholmes at 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


More information about the hotspot-dev mailing list