diff -r ce2272390558 -r 7bb995fbd3c0 src/share/vm/opto/chaitin.cpp --- a/src/share/vm/opto/chaitin.cpp Mon Mar 09 13:34:00 2009 -0700 +++ b/src/share/vm/opto/chaitin.cpp Thu Mar 12 18:16:36 2009 -0700 @@ -1246,7 +1246,7 @@ // If the live range is not bound, then we actually had some choices // to make. In this case, the mask has more bits in it than the colors - // choosen. Restrict the mask to just what was picked. + // chosen. Restrict the mask to just what was picked. if( lrg->num_regs() == 1 ) { // Size 1 live range lrg->Clear(); // Clear the mask lrg->Insert(reg); // Set regmask to match selected reg