src/share/vm/opto/connode.cpp

changeset 1040
98cb887364d3
parent 803
36ccc817fca4
child 1077
660978a2a31a
     1.1 --- a/src/share/vm/opto/connode.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/connode.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -71,7 +71,7 @@
     1.4  to figure out which test post-dominates.  The real problem is that it doesn't
     1.5  matter which one you pick.  After you pick up, the dominating-test elider in
     1.6  IGVN can remove the test and allow you to hoist up to the dominating test on
     1.7 -the choosen oop bypassing the test on the not-choosen oop.  Seen in testing.
     1.8 +the chosen oop bypassing the test on the not-chosen oop.  Seen in testing.
     1.9  Oops.
    1.10  
    1.11  (3) Leave the CastPP's in.  This makes the graph more accurate in some sense;

mercurial