Integrated: 8272586: emit abstract machine code in hs-err logs
Doug Simon
dnsimon at openjdk.java.net
Fri Oct 8 08:10:14 UTC 2021
On Thu, 9 Sep 2021 16:56:57 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> This enhances hs-err logs to:
> * Show the [abstract machine code](https://bugs.openjdk.java.net/browse/JDK-8213084) of the crashing frame if a disassembler is not installed.
> * Show machine code for the top frames on the native stack.
>
> An interpreter or stub frame is only shown if it is the crashing frame.
>
> A sample of the enhanced hs-err log can be seen [here](https://bugs.openjdk.java.net/secure/attachment/96664/hs_err_pid7179.log).
This pull request has now been integrated.
Changeset: b60837a7
Author: Doug Simon <dnsimon at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/b60837a7d5d6f920d2fb968369564df155dc1018
Stats: 338 lines in 7 files changed: 288 ins; 20 del; 30 mod
8272586: emit abstract machine code in hs-err logs
Reviewed-by: kvn, dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/5446
More information about the hotspot-dev
mailing list