src/share/vm/c1/c1_LinearScan.cpp

changeset 5994
9acbfe04b5c3
parent 4860
46f6f063b272
child 6069
a905d33ce13a
     1.1 --- a/src/share/vm/c1/c1_LinearScan.cpp	Wed Oct 23 12:40:23 2013 +0200
     1.2 +++ b/src/share/vm/c1/c1_LinearScan.cpp	Wed Oct 23 11:15:24 2013 -0700
     1.3 @@ -75,9 +75,9 @@
     1.4  
     1.5  // Map BasicType to spill size in 32-bit words, matching VMReg's notion of words
     1.6  #ifdef _LP64
     1.7 -static int type2spill_size[T_CONFLICT+1]={ -1, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 2, 2, 2, 0, 1, -1};
     1.8 +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};
     1.9  #else
    1.10 -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.11 +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.12  #endif
    1.13  
    1.14  

mercurial