Integrated: 8283056: show abstract machine code in hs-err for all VM crashes

Doug Simon dnsimon at openjdk.java.net
Thu Mar 17 12:54:32 UTC 2022


On Fri, 11 Mar 2022 20:48:06 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> [JDK-8272586](https://bugs.openjdk.java.net/browse/JDK-8272586) added abstract assembly to hs-err for methods on the stack of the crashing thread. However, it only does this if the crash is due to an unhandled signal. It can also be useful to see assembly for crashes due to failing VM assertions or guarantees. This PR implements this improvement.

This pull request has now been integrated.

Changeset: 69e4e338
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/69e4e338b19c0ffd2f0881be1bbb19a5642bc4d4
Stats:     3 lines in 1 file changed: 1 ins; 0 del; 2 mod

8283056: show abstract machine code in hs-err for all VM crashes

Reviewed-by: thartmann, dholmes

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

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


More information about the hotspot-compiler-dev mailing list