diff src/share/vm/oops/klass.hpp @ 2501:6594e6d8bfe7

Rebranding to com.oracle.graal
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 26 Apr 2011 21:10:53 +0200
parents 0654ee04b214
children d90bf514d647
line wrap: on
line diff
--- a/src/share/vm/oops/klass.hpp	Tue Apr 26 20:56:07 2011 +0200
+++ b/src/share/vm/oops/klass.hpp	Tue Apr 26 21:10:53 2011 +0200
@@ -237,7 +237,7 @@
   klassOop    _primary_supers[_primary_super_limit];
   // java/lang/Class instance mirroring this class
   oop       _java_mirror;
-  // com/sun/hotspot/c1x/HotSpotTypeResolved mirroring this class
+  // com/oracle/graal/runtime/HotSpotTypeResolved mirroring this class
   oop       _c1x_mirror;
   // Superclass
   klassOop  _super;