diff src/share/vm/code/compiledIC.cpp @ 5056:2f2c6347fce4

comments cleanup/retagging
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 08 Mar 2012 15:01:19 +0100
parents 1b8d02e10ee8
children e522a00b91aa
line wrap: on
line diff
--- a/src/share/vm/code/compiledIC.cpp	Wed Mar 07 14:35:22 2012 -0800
+++ b/src/share/vm/code/compiledIC.cpp	Thu Mar 08 15:01:19 2012 +0100
@@ -528,7 +528,7 @@
   NativeJump*        jump          = nativeJump_at(method_holder->next_instruction_address());
 
   assert(method_holder->data()    == 0           || method_holder->data()    == (intptr_t)callee(), "a) MT-unsafe modification of inline cache");
-// TODO(tw): Check what is the correct assert for Graal.
+// TODO(thomaswue): Check what is the correct assert for Graal.
 #ifndef GRAAL
   assert(jump->jump_destination() == (address)-1 || jump->jump_destination() == entry, "b) MT-unsafe modification of inline cache");
 #endif