diff src/share/vm/runtime/deoptimization.cpp @ 22551:71ea8d7db665

removed author tags in comments
author Doug Simon <doug.simon@oracle.com>
date Fri, 11 Sep 2015 16:41:50 +0200
parents 02fc27dc1da7
children a7114a5e69e1
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.cpp	Thu Sep 10 16:25:43 2015 -0700
+++ b/src/share/vm/runtime/deoptimization.cpp	Fri Sep 11 16:41:50 2015 +0200
@@ -1425,7 +1425,7 @@
 
   // We need to update the map if we have biased locking.
 #if INCLUDE_JVMCI
-  // (lstadler) JVMCI might need to get an exception from the stack, which in turn requires the register map to be valid
+  // JVMCI might need to get an exception from the stack, which in turn requires the register map to be valid
   RegisterMap reg_map(thread, true);
 #else
   RegisterMap reg_map(thread, UseBiasedLocking);