comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiType.java @ 5326:a53162ca8219

introduced HotSpotKlassOop type to convey a klassOop value from the compiler to the C++ code instead of relying on the C++ code automagically converting a HotSpotTypeResolvedImpl value to a klassOop
author Doug Simon <doug.simon@oracle.com>
date Mon, 30 Apr 2012 20:15:20 +0200
parents 14a00ee82980
children 438ab53efdd0
comparison
equal deleted inserted replaced
5325:f8ea2735ec4f 5326:a53162ca8219
48 48
49 /** 49 /**
50 * The runtime representation of the "hub" of this type--that is, the closest part of the type 50 * The runtime representation of the "hub" of this type--that is, the closest part of the type
51 * representation which is typically stored in the object header. 51 * representation which is typically stored in the object header.
52 */ 52 */
53 ObjectHub, 53 ObjectHub
54
55 /**
56 * The runtime representation of the type information for an object, which is typically used
57 * for subtype tests.
58 */
59 TypeInfo
60 } 54 }
61 55
62 /** 56 /**
63 * Gets the name of this type in internal form. The following are examples of strings returned by this method: 57 * Gets the name of this type in internal form. The following are examples of strings returned by this method:
64 * <pre> 58 * <pre>