RFR: 8294160: misc crash dump improvements [v2]

Vladimir Ivanov vlivanov at openjdk.org
Wed Sep 28 21:31:33 UTC 2022


On Tue, 27 Sep 2022 18:22:27 GMT, Dean Long <dlong at openjdk.org> wrote:

>> Try to recover and output meaningful information in more situations, such as:
>> - when a pointer is in Method metadata memory range, but the memory is not committed
>> - when we call a bad address
>> 
>> When calling a bad address, we usually don't get a meaningful stack backtrace, but in many situations we can if we know where to find the caller information.
>
> Dean Long has updated the pull request incrementally with one additional commit since the last revision:
> 
>   revert unneeded changes

Looks good.

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

Marked as reviewed by vlivanov (Reviewer).

PR: https://git.openjdk.org/jdk/pull/10387


More information about the hotspot-dev mailing list