src/share/vm/opto/chaitin.cpp

changeset 1040
98cb887364d3
parent 1001
91263420e1c6
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/opto/chaitin.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/chaitin.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -1246,7 +1246,7 @@
     1.4  
     1.5        // If the live range is not bound, then we actually had some choices
     1.6        // to make.  In this case, the mask has more bits in it than the colors
     1.7 -      // choosen.  Restrict the mask to just what was picked.
     1.8 +      // chosen.  Restrict the mask to just what was picked.
     1.9        if( lrg->num_regs() == 1 ) { // Size 1 live range
    1.10          lrg->Clear();           // Clear the mask
    1.11          lrg->Insert(reg);       // Set regmask to match selected reg

mercurial