src/share/vm/utilities/globalDefinitions.cpp

changeset 4051
8a02ca5e5576
parent 4037
da91efe96a93
child 4159
8e47bac5643a
equal deleted inserted replaced
4050:ec98e58952b2 4051:8a02ca5e5576
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,

mercurial