< prev index next >

src/share/vm/opto/type.hpp

Print this page

        

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