RFR: 8301095: [s390x] TestDwarf.java fails [v2]
Amit Kumar
duke at openjdk.org
Tue Jan 31 07:02:26 UTC 2023
> TestDwarf.java fails on s390 due to incorrect returned frame. for dereference_null crash, the (return) pc was selected from gpr14 (in accordance with z-ABI) but correct (return) pc was present at "return_pc" offset. This PR introduces an additional check for the frame type detection.
> Special Thanks to @RealLucy
Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
no need to fetch sender_sp again
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12306/files
- new: https://git.openjdk.org/jdk/pull/12306/files/e93919ab..1e828b82
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12306&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12306&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/12306.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12306/head:pull/12306
PR: https://git.openjdk.org/jdk/pull/12306
More information about the hotspot-runtime-dev
mailing list