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

Evgeny Astigeevich duke at openjdk.org
Wed Aug 10 12:53:14 UTC 2022


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

>> This looks very wrong to me. We could usefully add trampolines to C1, and this just makes doing that more difficult.
>> 
>> Why don't you just define is_c2_compilation() appropriately in macroAssembler?
>
>> Why don't you just define is_c2_compilation() appropriately in macroAssembler?
> 
> Or (better) `in_scratch_emit_size()`? That's the semantics we want.

@theRealAph Thank you

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

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


More information about the hotspot-compiler-dev mailing list