src/share/vm/opto/connode.cpp

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