RFR: 8283056: show abstract machine code for all VM crashes
Tobias Hartmann
thartmann at openjdk.java.net
Tue Mar 15 09:31:38 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.
Okay, makes sense. The change looks reasonable to me but someone from the runtime folks should have a look as well.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7791
More information about the hotspot-compiler-dev
mailing list