hotspot/src/share/vm/opto/matcher.hpp
changeset 1400 afd034bb8c2e
parent 781 e1baa9c8f16f
child 1495 128fe18951ed
--- a/hotspot/src/share/vm/opto/matcher.hpp	Wed Sep 17 12:59:52 2008 -0700
+++ b/hotspot/src/share/vm/opto/matcher.hpp	Tue Sep 23 12:29:06 2008 -0700
@@ -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 );