hotspot/src/share/vm/utilities/globalDefinitions.cpp
changeset 13742 9180987e305d
parent 13728 882756847a04
child 13969 d2a189b83b87
equal deleted inserted replaced
13741:e4395deb8597 13742:9180987e305d
   211   return T_ILLEGAL;
   211   return T_ILLEGAL;
   212 }
   212 }
   213 
   213 
   214 
   214 
   215 // Map BasicType to size in words
   215 // Map BasicType to size in words
   216 int type2size[T_CONFLICT+1]={ -1, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 0, 1, 1, -1};
   216 int type2size[T_CONFLICT+1]={ -1, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 0, 1, 1, 1, -1};
   217 
   217 
   218 BasicType type2field[T_CONFLICT+1] = {
   218 BasicType type2field[T_CONFLICT+1] = {
   219   (BasicType)0,            // 0,
   219   (BasicType)0,            // 0,
   220   (BasicType)0,            // 1,
   220   (BasicType)0,            // 1,
   221   (BasicType)0,            // 2,
   221   (BasicType)0,            // 2,