RFR: 8291752: AArch64: Remove check_emit_size parameter from trampoline_call [v2]

Andrew Haley aph at openjdk.org
Mon Aug 8 10:41:10 UTC 2022


On Mon, 8 Aug 2022 10:33:15 GMT, Andrew Haley <aph at openjdk.org> wrote:

> Why don't you just define is_c2_compilation() appropriately in macroAssembler?

Or (better) `in_scratch_emit_size()`? That's the semantics we want.

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

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


More information about the hotspot-compiler-dev mailing list