diff 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
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Wed Mar 07 14:35:22 2012 -0800
+++ b/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Thu Mar 08 15:01:19 2012 +0100
@@ -97,7 +97,7 @@
     if (oop_result2->is_valid()) {
       movptr(Address(thread, JavaThread::vm_result_2_offset()), NULL_WORD);
     }
-    // (tw) Deoptimize in case of an exception.
+    // (thomaswue) Deoptimize in case of an exception.
     restore_live_registers(this, false);
     movptr(Address(thread, Thread::pending_exception_offset()), NULL_WORD);
     leave();