RFR: 8272586: emit abstract machine code in hs-err logs [v5]
David Holmes
dholmes at openjdk.java.net
Fri Oct 8 00:41:08 UTC 2021
On Thu, 7 Oct 2021 20:40:39 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).
>
> Doug Simon has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR.
Hi Doug,
Updates to non-compiler code look fine to me.
Thanks,
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5446
More information about the hotspot-dev
mailing list