comparison src/cpu/x86/vm/c1_Runtime1_x86.cpp @ 5056:2f2c6347fce4

comments cleanup/retagging
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 08 Mar 2012 15:01:19 +0100
parents 532be189cf09
children 422c979ff392
comparison
equal deleted inserted replaced
5053:c53115427ff9 5056:2f2c6347fce4
95 movptr(Address(thread, JavaThread::vm_result_offset()), NULL_WORD); 95 movptr(Address(thread, JavaThread::vm_result_offset()), NULL_WORD);
96 } 96 }
97 if (oop_result2->is_valid()) { 97 if (oop_result2->is_valid()) {
98 movptr(Address(thread, JavaThread::vm_result_2_offset()), NULL_WORD); 98 movptr(Address(thread, JavaThread::vm_result_2_offset()), NULL_WORD);
99 } 99 }
100 // (tw) Deoptimize in case of an exception. 100 // (thomaswue) Deoptimize in case of an exception.
101 restore_live_registers(this, false); 101 restore_live_registers(this, false);
102 movptr(Address(thread, Thread::pending_exception_offset()), NULL_WORD); 102 movptr(Address(thread, Thread::pending_exception_offset()), NULL_WORD);
103 leave(); 103 leave();
104 movl(rscratch1, 2); // InvalidateRecompile 104 movl(rscratch1, 2); // InvalidateRecompile
105 jump(RuntimeAddress(SharedRuntime::deopt_blob()->uncommon_trap())); 105 jump(RuntimeAddress(SharedRuntime::deopt_blob()->uncommon_trap()));