< prev index next >

src/hotspot/share/c1/c1_LinearScan.cpp

Print this page

        

*** 59,71 **** #endif // Map BasicType to spill size in 32-bit words, matching VMReg's notion of words #ifdef _LP64 ! static int type2spill_size[T_CONFLICT+1]={ -1, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 2, 2, 2, 0, 2, 1, 2, 1, -1}; #else ! static int type2spill_size[T_CONFLICT+1]={ -1, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 0, 1, -1, 1, 1, -1}; #endif // Implementation of LinearScan --- 59,71 ---- #endif // Map BasicType to spill size in 32-bit words, matching VMReg's notion of words #ifdef _LP64 ! static int type2spill_size[T_CONFLICT+1]={ -1, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 2, 2, 2, 0, 2, 1, 2, 1, 2, -1}; #else ! static int type2spill_size[T_CONFLICT+1]={ -1, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 0, 1, -1, 1, 1, 1, -1}; #endif // Implementation of LinearScan
< prev index next >