diff src/share/vm/code/codeBlob.hpp @ 22551:71ea8d7db665

removed author tags in comments
author Doug Simon <doug.simon@oracle.com>
date Fri, 11 Sep 2015 16:41:50 +0200
parents c28cb37b2e1d
children
line wrap: on
line diff
--- a/src/share/vm/code/codeBlob.hpp	Thu Sep 10 16:25:43 2015 -0700
+++ b/src/share/vm/code/codeBlob.hpp	Fri Sep 11 16:41:50 2015 +0200
@@ -358,7 +358,7 @@
   int _unpack_with_exception_in_tls;
 
 #if INCLUDE_JVMCI
-  // (thomaswue) Offset when JVMCI calls uncommon_trap.
+  // Offset when JVMCI calls uncommon_trap.
   int _uncommon_trap_offset;
   int _implicit_exception_uncommon_trap_offset;
 #endif
@@ -417,7 +417,7 @@
   address unpack_with_exception_in_tls() const   { return code_begin() + _unpack_with_exception_in_tls; }
 
 #if INCLUDE_JVMCI
-  // (thomaswue) Offset when JVMCI calls uncommon_trap.
+  // Offset when JVMCI calls uncommon_trap.
   void set_uncommon_trap_offset(int offset) {
     _uncommon_trap_offset = offset;
     assert(contains(code_begin() + _uncommon_trap_offset), "must be PC inside codeblob");