< prev index next >

src/share/vm/opto/type.hpp

Print this page

        

@@ -133,11 +133,11 @@
   typedef struct {
     const TYPES                dual_type;
     const BasicType            basic_type;
     const char*                msg;
     const bool                 isa_oop;
-    const int                  ideal_reg;
+    const uint                 ideal_reg;
     const relocInfo::relocType reloc;
   } TypeInfo;
 
   // Dictionary of types shared among compilations.
   static Dict* _shared_type_dict;
< prev index next >