RFR: 8301697: [s390] Optimized-build is broken
Amit Kumar
duke at openjdk.org
Fri Feb 10 04:10:46 UTC 2023
On Thu, 9 Feb 2023 19:42:39 GMT, Tyler Steele <tsteele 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.
>
> src/hotspot/cpu/s390/c1_Runtime1_s390.cpp line 3:
>
>> 1: /*
>> 2: * Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
>> 3: * Copyright (c) 2016, 2023, SAP SE. All rights reserved.
>
> As I understand it, only SAPers should touch the SAP copyright header. I recognize that this is a bit confusing because everyone updates the Oracle header.
>
> If @RealLucy confirms this to be true, please keep the Oracle line update, and revert the SAP line.
would you suggest that we add IBM copyright header here as well ?
-------------
PR: https://git.openjdk.org/jdk/pull/12400
More information about the hotspot-dev
mailing list