Integrated: 8301697: [s390] Optimized-build is broken
Amit Kumar
duke at openjdk.org
Mon Feb 13 16:17:37 UTC 2023
On Fri, 3 Feb 2023 04:34:46 GMT, Amit Kumar <duke at openjdk.org> wrote:
> This fix guards `__ asm_assert_eq("killed Z_R14", 0)` & `__asm_assert_mem8_is_zero(in_bytes(JavaThread::exception_pc_offset()), Z_thread, "exception pc already set : "FILE_AND_LINE, 0)` with ASSERT because on s390x `JavaThread::exception_oop_offset()` is always cleared but `JavaThread::exception_pc_offset()` is being cleared only in ASSERT-def, Which is causing the build failure in Optimized-Debug.
This pull request has now been integrated.
Changeset: 101db262
Author: Amit Kumar <amitlocham09 at icloud.com>
Committer: Tyler Steele <tsteele at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/101db262e1eef9afcc316009740ebf74a7c598d9
Stats: 14 lines in 2 files changed: 2 ins; 5 del; 7 mod
8301697: [s390] Optimized-build is broken
Reviewed-by: tsteele, lucy
-------------
PR: https://git.openjdk.org/jdk/pull/12400
More information about the hotspot-dev
mailing list