diff src/cpu/x86/vm/c1_MacroAssembler_x86.cpp @ 5056:2f2c6347fce4

comments cleanup/retagging
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 08 Mar 2012 15:01:19 +0100
parents ab906cea36f7
children e522a00b91aa
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp	Wed Mar 07 14:35:22 2012 -0800
+++ b/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp	Thu Mar 08 15:01:19 2012 +0100
@@ -291,7 +291,7 @@
   }
 
 #ifndef GRAAL
-  // TODO(tw): Check how we can access the flag without a ciEnv object.
+  // TODO(thomaswue): Check how we can access the flag without a ciEnv object.
   if (CURRENT_ENV->dtrace_alloc_probes()) {
     assert(obj == rax, "must be");
     call(RuntimeAddress(Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)));
@@ -328,7 +328,7 @@
 
 
 #ifndef GRAAL
-  // TODO(tw): Check how we can access the flag without a ciEnv object.
+  // TODO(thomaswue): Check how we can access the flag without a ciEnv object.
   if (CURRENT_ENV->dtrace_alloc_probes()) {
     assert(obj == rax, "must be");
     call(RuntimeAddress(Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)));