src/share/vm/opto/locknode.cpp

changeset 1063
7bb995fbd3c0
parent 1040
98cb887364d3
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/opto/locknode.cpp	Mon Mar 09 13:34:00 2009 -0700
     1.2 +++ b/src/share/vm/opto/locknode.cpp	Thu Mar 12 18:16:36 2009 -0700
     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