RFR: 8302328: [s390x] Simplify asm_assert definition [v6]

Lutz Schmidt lucy at openjdk.org
Wed Apr 26 12:08:53 UTC 2023


On Wed, 26 Apr 2023 11:36:57 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:

>> This PR cleanups some assert statements and specifies branch condition at calling site itself. Remaining asm_assert methods are inlined as well.
>
> Amit Kumar has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 17 commits:
> 
>  - Merge branch 'master' into simplify_assert
>  - illtrap cleanup
>  - address comment from Martin
>  - Merge branch 'master' into simplify_assert
>  - added id to illtrap
>  - address lutz comment & revert inlining
>  - Revert "inline asm_assert"
>  - Revert "inlined assert method"
>  - Revert "added inline keyword before function implementation"
>  - added inline keyword before function implementation
>  - ... and 7 more: https://git.openjdk.org/jdk/compare/35e7bc21...d830eead

> PR #13650, brought merge conflict... :-(

Wrong integration order, probably. Should have sponsored this PR first, but... (see above). I'll integrate once the tests have completed.

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

PR Comment: https://git.openjdk.org/jdk/pull/12822#issuecomment-1523289450


More information about the hotspot-dev mailing list