diff src/share/vm/graal/graalCompiler.cpp @ 5056:2f2c6347fce4

comments cleanup/retagging
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 08 Mar 2012 15:01:19 +0100
parents bf63d72879aa
children 5e9f38419819
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.cpp	Wed Mar 07 14:35:22 2012 -0800
+++ b/src/share/vm/graal/graalCompiler.cpp	Thu Mar 08 15:01:19 2012 +0100
@@ -262,7 +262,7 @@
   assert(obj() != NULL, "must succeed in allocating instance");
   
   HotSpotMethodResolved::set_compiler(obj, VMToCompiler::compilerInstance()());
-  // (tw) Cannot use reflection here, because the compiler thread could dead lock with the running application.
+  // (thomaswue) Cannot use reflection here, because the compiler thread could dead lock with the running application.
   // oop reflected = getReflectedMethod(method(), CHECK_NULL);
   HotSpotMethodResolved::set_javaMirror(obj, method());
   HotSpotMethodResolved::set_name(obj, name());