< prev index next >

src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.hpp

Print this page
rev 54011 : 8219993: AArch64: Compiled CI stubs are unsafely modified
Reviewed-by: adinn

*** 67,77 **** void init() { tableswitch_count = 0; } void deoptimize_trap(CodeEmitInfo *info); enum { ! _call_stub_size = 12 * NativeInstruction::instruction_size, _call_aot_stub_size = 0, _exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(175), _deopt_handler_size = 7 * NativeInstruction::instruction_size }; --- 67,79 ---- void init() { tableswitch_count = 0; } void deoptimize_trap(CodeEmitInfo *info); enum { ! // call stub: CompiledStaticCall::to_interp_stub_size() + ! // CompiledStaticCall::to_trampoline_stub_size() ! _call_stub_size = 14 * NativeInstruction::instruction_size, _call_aot_stub_size = 0, _exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(175), _deopt_handler_size = 7 * NativeInstruction::instruction_size };
< prev index next >