src/hotspot/cpu/x86/stubGenerator_x86_32.cpp
changeset 58103 689a80d20550
parent 55490 3f3dc00a69a5
child 58679 9c3209ff7550
child 59251 4cbfa5077d68
equal deleted inserted replaced
58102:b2a4b22f8cf2 58103:689a80d20550
   708     __ pop(rdx);                                 // get saved rdx back
   708     __ pop(rdx);                                 // get saved rdx back
   709     __ popf();                                   // get saved EFLAGS off stack -- will be ignored
   709     __ popf();                                   // get saved EFLAGS off stack -- will be ignored
   710     __ pusha();                                  // push registers (eip = return address & msg are already pushed)
   710     __ pusha();                                  // push registers (eip = return address & msg are already pushed)
   711     BLOCK_COMMENT("call MacroAssembler::debug");
   711     BLOCK_COMMENT("call MacroAssembler::debug");
   712     __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, MacroAssembler::debug32)));
   712     __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, MacroAssembler::debug32)));
   713     __ popa();
   713     __ hlt();
   714     __ ret(3 * wordSize);                        // pop arguments
       
   715     return start;
   714     return start;
   716   }
   715   }
   717 
   716 
   718 
   717 
   719   // Copy 64 bytes chunks
   718   // Copy 64 bytes chunks