RFR: 8303147: [s390x] fast & slow debug builds are broken
Amit Kumar
amitkumar at openjdk.org
Mon Mar 6 04:47:11 UTC 2023
On Sat, 4 Mar 2023 01:17:30 GMT, SUN Guoyun <duke at openjdk.org> wrote:
>> This PR fixes broken fast debug and slow debug build for s390x-arch. tier1 test are completed and results are not affect after this patch.
>
> 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.
-------------
PR: https://git.openjdk.org/jdk/pull/12825
More information about the hotspot-compiler-dev
mailing list