Integrated: 8301095: [s390x] TestDwarf.java fails
Amit Kumar
duke at openjdk.org
Mon Feb 6 14:25:20 UTC 2023
On Tue, 31 Jan 2023 06:52:01 GMT, Amit Kumar <duke at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: 7ae447f4
Author: Amit Kumar <amitlocham09 at icloud.com>
Committer: Tyler Steele <tsteele at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7ae447f4ebed5f00b3aab59e2e48c23ee05fda89
Stats: 9 lines in 1 file changed: 7 ins; 0 del; 2 mod
8301095: [s390x] TestDwarf.java fails
Reviewed-by: lucy, tsteele
-------------
PR: https://git.openjdk.org/jdk/pull/12306
More information about the hotspot-runtime-dev
mailing list