comparison 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
comparison
equal deleted inserted replaced
2500:f100b972fd19 2501:6594e6d8bfe7
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/sun/hotspot/c1x/HotSpotTypeResolved mirroring this class 240 // com/oracle/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;