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

Evgeny Astigeevich duke at openjdk.org
Mon Aug 8 15:25:56 UTC 2022


On Mon, 8 Aug 2022 10:37:32 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.

Thank you for the suggestion. It's better.
I rewrote the code to use `in_scratch_emit_size()`.

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

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


More information about the hotspot-compiler-dev mailing list