diff src/share/vm/oops/klass.hpp @ 5554:70f715dfbb41

Bring Java renamings and restructurings to the C++ part.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 10 Jun 2012 01:17:48 +0200
parents 5e9f38419819
children 957c266d8bc5
line wrap: on
line diff
--- a/src/share/vm/oops/klass.hpp	Sat Jun 09 22:50:50 2012 +0200
+++ b/src/share/vm/oops/klass.hpp	Sun Jun 10 01:17:48 2012 +0200
@@ -239,7 +239,7 @@
   klassOop    _primary_supers[_primary_super_limit];
   // java/lang/Class instance mirroring this class
   oop       _java_mirror;
-  // com/oracle/graal/hotspot/HotSpotTypeResolved mirroring this class
+  // com/oracle/graal/hotspot/HotSpotResolvedJavaType mirroring this class
   oop       _graal_mirror;
   // Superclass
   klassOop  _super;