Integrated: 8294679: RISC-V: Misc crash dump improvements
Fei Yang
fyang at openjdk.org
Thu Oct 6 01:24:35 UTC 2022
On Fri, 30 Sep 2022 14:41:05 GMT, Fei Yang <fyang at openjdk.org> wrote:
> Issue https://bugs.openjdk.org/browse/JDK-8294160 only handles x86 & aarch64.
> This adds handling for this case on RISC-V: 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.
>
> Testing: Tier1 tested on HiFive Unmatched board.
This pull request has now been integrated.
Changeset: 8f561159
Author: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8f5611593a8085242d773bb8c7ee8b077a261e80
Stats: 8 lines in 1 file changed: 6 ins; 0 del; 2 mod
8294679: RISC-V: Misc crash dump improvements
Reviewed-by: fjiang, shade
-------------
PR: https://git.openjdk.org/jdk/pull/10512
More information about the hotspot-runtime-dev
mailing list