RFR: 8303147: [s390x] fast & slow debug builds are broken [v3]

Martin Doerr mdoerr at openjdk.org
Tue Apr 4 10:21:12 UTC 2023


On Tue, 4 Apr 2023 03:42:54 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.
>
> Amit Kumar has updated the pull request incrementally with three additional commits since the last revision:
> 
>  - updates assert condition
>  - Revert "build fix for s390x"
>    
>    This reverts commit bb0ae5d8340b8fd99c4c8d7ab5623739e4d2fa7a.
>  - Revert "use constant instead of enum"
>    
>    This reverts commit 820e288422e86e14323872dbe21550915e28c7e9.

This makes sense because `_reserved_argument_area_size` gets initialized with `hir()->max_stack()` which doesn't include the frame header.

-------------

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/12825#pullrequestreview-1370654552


More information about the hotspot-compiler-dev mailing list