RFR: 8302328: [s390x] Simplify asm_assert definition

Amit Kumar amitkumar at openjdk.org
Fri Mar 17 10:24:41 UTC 2023


On Thu, 2 Mar 2023 07:49:05 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.

So does that make sense to not define them inlined at all ? Because if I do not include `.inline.hpp` then it's doesn't build.

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

PR: https://git.openjdk.org/jdk/pull/12822


More information about the hotspot-dev mailing list