RFR: 8303147: [s390x] fast & slow debug builds are broken
SUN Guoyun
duke at openjdk.org
Sat Mar 4 01:21:11 UTC 2023
On Thu, 2 Mar 2023 10:06:17 GMT, Amit Kumar <amitkumar 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.
-------------
PR: https://git.openjdk.org/jdk/pull/12825
More information about the hotspot-compiler-dev
mailing list