src/share/vm/opto/locknode.cpp

changeset 1040
98cb887364d3
parent 895
424f9bfe6b96
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/opto/locknode.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/locknode.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -121,7 +121,7 @@
     1.4    kill_dead_locals();
     1.5  
     1.6    pop();                        // Pop oop to unlock
     1.7 -  // Because monitors are guarenteed paired (else we bail out), we know
     1.8 +  // Because monitors are guaranteed paired (else we bail out), we know
     1.9    // the matching Lock for this Unlock.  Hence we know there is no need
    1.10    // for a null check on Unlock.
    1.11    shared_unlock(map()->peek_monitor_box(), map()->peek_monitor_obj());

mercurial