< prev index next >

src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.hpp

Print this page
rev 54117 : AArch64: 64-bit Literal Oops

@@ -67,11 +67,11 @@
   void init() { tableswitch_count = 0; }
 
   void deoptimize_trap(CodeEmitInfo *info);
 
   enum {
-    _call_stub_size = 12 * NativeInstruction::instruction_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 >