RFR: 8303147: [s390x] fast & slow debug builds are broken [v2]
SUN Guoyun
duke at openjdk.org
Mon Mar 6 06:24:26 UTC 2023
On Mon, 6 Mar 2023 04:44:04 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
>> src/hotspot/cpu/s390/c1_Defs_s390.hpp line 77:
>>
>>> 75: // the number of stack required by ArrayCopyStub
>>> 76: enum {
>>> 77: pd_arraycopystub_reserved_argument_area_size = 4
>>
>> Do you know the root cause of failure? Maybe only the modification here are needed. You can try.
>
> this isn't fixing the issue. Beside that I had to make changes in `src/hotspot/share/c1/c1_Compilation.cpp` because `compiler/c1/KlassAccessCheckTest.java` appeared after build fix and it was failing with the same error as build.
Can you upload hs_err_xxx.log file information?
-------------
PR: https://git.openjdk.org/jdk/pull/12825
More information about the hotspot-compiler-dev
mailing list