< prev index next >

src/cpu/aarch64/vm/macroAssembler_aarch64.cpp

Print this page

        

@@ -697,11 +697,10 @@
 
 void MacroAssembler::emit_trampoline_stub(int insts_call_instruction_offset,
                                              address dest) {
   address stub = start_a_stub(Compile::MAX_stubs_size/2);
   if (stub == NULL) {
-    start_a_stub(Compile::MAX_stubs_size/2);
     Compile::current()->env()->record_out_of_memory_failure();
     return;
   }
 
   // Create a trampoline stub relocation which relates this trampoline stub
< prev index next >