hotspot/src/share/vm/opto/parse.hpp
changeset 28912 27fac2f8fdbe
parent 25640 eb0d8ef2f700
child 29582 9a0bb63adf5a
equal deleted inserted replaced
28730:106944a21769 28912:27fac2f8fdbe
   553 
   553 
   554   // implementation of jsr/ret
   554   // implementation of jsr/ret
   555   void do_jsr();
   555   void do_jsr();
   556   void do_ret();
   556   void do_ret();
   557 
   557 
   558   float   dynamic_branch_prediction(float &cnt);
   558   float   dynamic_branch_prediction(float &cnt, BoolTest::mask btest, Node* test);
   559   float   branch_prediction(float &cnt, BoolTest::mask btest, int target_bci);
   559   float   branch_prediction(float &cnt, BoolTest::mask btest, int target_bci, Node* test);
   560   bool    seems_never_taken(float prob) const;
   560   bool    seems_never_taken(float prob) const;
   561   bool    path_is_suitable_for_uncommon_trap(float prob) const;
   561   bool    path_is_suitable_for_uncommon_trap(float prob) const;
   562   bool    seems_stable_comparison() const;
   562   bool    seems_stable_comparison() const;
   563 
   563 
   564   void    do_ifnull(BoolTest::mask btest, Node* c);
   564   void    do_ifnull(BoolTest::mask btest, Node* c);