--- old/src/share/vm/opto/matcher.hpp Mon Sep 22 15:26:26 2008 +++ new/src/share/vm/opto/matcher.hpp Mon Sep 22 15:26:26 2008 @@ -166,7 +166,7 @@ // List of IfFalse or IfTrue Nodes that indicate a taken null test. // List is valid in the post-matching space. Node_List _null_check_tests; - void collect_null_checks( Node *proj ); + void collect_null_checks( Node *proj, Node *orig_proj ); void validate_null_checks( ); Matcher( Node_List &proj_list );