comparison src/share/vm/oops/klass.hpp @ 2874:d90bf514d647

Renamed packages.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 08:59:54 +0200
parents 6594e6d8bfe7
children 75a99b4f1c98
comparison
equal deleted inserted replaced
2873:810e2d253e00 2874:d90bf514d647
235 objArrayOop _secondary_supers; 235 objArrayOop _secondary_supers;
236 // Ordered list of all primary supertypes 236 // Ordered list of all primary supertypes
237 klassOop _primary_supers[_primary_super_limit]; 237 klassOop _primary_supers[_primary_super_limit];
238 // java/lang/Class instance mirroring this class 238 // java/lang/Class instance mirroring this class
239 oop _java_mirror; 239 oop _java_mirror;
240 // com/oracle/graal/runtime/HotSpotTypeResolved mirroring this class 240 // com/oracle/max/graal/runtime/HotSpotTypeResolved mirroring this class
241 oop _c1x_mirror; 241 oop _c1x_mirror;
242 // Superclass 242 // Superclass
243 klassOop _super; 243 klassOop _super;
244 // First subclass (NULL if none); _subklass->next_sibling() is next one 244 // First subclass (NULL if none); _subklass->next_sibling() is next one
245 klassOop _subklass; 245 klassOop _subklass;