Integrated: 8253228: [JVMCI] provide more info on fatal JVMCI errors

Doug Simon dnsimon at openjdk.java.net
Tue Nov 17 11:24:06 UTC 2020


On Mon, 16 Nov 2020 22:08:20 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> There are a number of places in JVMCI that abort VM execution due to unexpected Java exceptions and other error conditions. Currently, a message and the exception stack (if any) is printed and then the VM is shutdown via the global `vm_exit` function.
> This PR changes the behavior in this scenario to raise a fatal VM error so that a hs-err log file is produced which provides more context.

This pull request has now been integrated.

Changeset: adb8561a
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/adb8561a
Stats:     34 lines in 4 files changed: 0 ins; 15 del; 19 mod

8253228: [JVMCI] provide more info on fatal JVMCI errors

Reviewed-by: kvn, never

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

PR: https://git.openjdk.java.net/jdk/pull/1240


More information about the hotspot-compiler-dev mailing list