diff src/share/vm/code/codeBlob.hpp @ 2891:75a99b4f1c98

Rebranded C++ part from C1X to Graal.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 14:01:51 +0200
parents 98fa88528319
children be4ca325525a
line wrap: on
line diff
--- a/src/share/vm/code/codeBlob.hpp	Wed Jun 08 13:40:25 2011 +0200
+++ b/src/share/vm/code/codeBlob.hpp	Wed Jun 08 14:01:51 2011 +0200
@@ -352,7 +352,7 @@
 
   int _unpack_with_exception_in_tls;
 
-  // (tw) Offset when C1X calls uncommon_trap.
+  // (tw) Offset when graal calls uncommon_trap.
   int _uncommon_trap_offset;
   int _jmp_uncommon_trap_offset;
 
@@ -413,7 +413,7 @@
   }
   address unpack_with_exception_in_tls() const   { return code_begin() + _unpack_with_exception_in_tls; }
 
-  // (tw) Offset when C1X calls uncommon_trap.
+  // (tw) Offset when graal 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");