diff 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
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiType.java	Mon Apr 30 15:41:14 2012 +0200
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiType.java	Mon Apr 30 20:15:20 2012 +0200
@@ -50,13 +50,7 @@
          * The runtime representation of the "hub" of this type--that is, the closest part of the type
          * representation which is typically stored in the object header.
          */
-        ObjectHub,
-
-        /**
-         * The runtime representation of the type information for an object, which is typically used
-         * for subtype tests.
-         */
-        TypeInfo
+        ObjectHub
     }
 
     /**