RFR: 8301697: [s390] Optimized-build is broken [v3]
Amit Kumar
duke at openjdk.org
Mon Feb 13 10:45:57 UTC 2023
> 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.
Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
reverting extra copyright header updates
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12400/files
- new: https://git.openjdk.org/jdk/pull/12400/files/fae3bf91..a0dcae19
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12400&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12400&range=01-02
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/12400.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12400/head:pull/12400
PR: https://git.openjdk.org/jdk/pull/12400
More information about the hotspot-dev
mailing list