hotspot/src/share/vm/opto/parse.hpp
changeset 12945 e63d6176cbd1
parent 10547 ea4a2ec31ae2
child 13391 30245956af37
--- a/hotspot/src/share/vm/opto/parse.hpp	Thu May 24 18:39:44 2012 -0700
+++ b/hotspot/src/share/vm/opto/parse.hpp	Fri May 25 07:53:11 2012 -0700
@@ -527,6 +527,9 @@
   int     repush_if_args();
   void    adjust_map_after_if(BoolTest::mask btest, Node* c, float prob,
                               Block* path, Block* other_path);
+  void    sharpen_type_after_if(BoolTest::mask btest,
+                                Node* con, const Type* tcon,
+                                Node* val, const Type* tval);
   IfNode* jump_if_fork_int(Node* a, Node* b, BoolTest::mask mask);
   Node*   jump_if_join(Node* iffalse, Node* iftrue);
   void    jump_if_true_fork(IfNode *ifNode, int dest_bci_if_true, int prof_table_index);