src/share/vm/opto/compile.cpp

changeset 1040
98cb887364d3
parent 993
3b5ac9e7e6ea
child 1059
337400e7a5dd
     1.1 --- a/src/share/vm/opto/compile.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/compile.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -337,7 +337,7 @@
     1.4      tty->print_cr("*********************************************************");
     1.5    }
     1.6    if (env()->break_at_compile()) {
     1.7 -    // Open the debugger when compiing this method.
     1.8 +    // Open the debugger when compiling this method.
     1.9      tty->print("### Breaking when compiling: ");
    1.10      method()->print_short_name();
    1.11      tty->cr();
    1.12 @@ -1191,8 +1191,8 @@
    1.13      default: ShouldNotReachHere();
    1.14      }
    1.15      break;
    1.16 -  case 2:                       // No collasping at level 2; keep all splits
    1.17 -  case 3:                       // No collasping at level 3; keep all splits
    1.18 +  case 2:                       // No collapsing at level 2; keep all splits
    1.19 +  case 3:                       // No collapsing at level 3; keep all splits
    1.20      break;
    1.21    default:
    1.22      Unimplemented();
    1.23 @@ -2102,7 +2102,7 @@
    1.24          // [base_reg + offset]
    1.25          // NullCheck base_reg
    1.26          //
    1.27 -        // Pin the new DecodeN node to non-null path on these patforms (Sparc)
    1.28 +        // Pin the new DecodeN node to non-null path on these platform (Sparc)
    1.29          // to keep the information to which NULL check the new DecodeN node
    1.30          // corresponds to use it as value in implicit_null_check().
    1.31          //

mercurial