diff -r ec59443af135 -r 98cb887364d3 src/share/vm/opto/connode.cpp --- a/src/share/vm/opto/connode.cpp Fri Feb 27 08:34:19 2009 -0800 +++ b/src/share/vm/opto/connode.cpp Fri Feb 27 13:27:09 2009 -0800 @@ -71,7 +71,7 @@ to figure out which test post-dominates. The real problem is that it doesn't matter which one you pick. After you pick up, the dominating-test elider in IGVN can remove the test and allow you to hoist up to the dominating test on -the choosen oop bypassing the test on the not-choosen oop. Seen in testing. +the chosen oop bypassing the test on the not-chosen oop. Seen in testing. Oops. (3) Leave the CastPP's in. This makes the graph more accurate in some sense;