comparison src/share/vm/opto/parse.hpp @ 20440:42460b71ba70

8046289: compiler/6340864/TestLongVect.java timeout with Reviewed-by: iveresov, vlivanov
author rbackman
date Mon, 23 Jun 2014 13:33:23 +0200
parents 411e30e5fbb8
children 1de115720e74
comparison
equal deleted inserted replaced
20439:f6f9aec27858 20440:42460b71ba70
549 void do_jsr(); 549 void do_jsr();
550 void do_ret(); 550 void do_ret();
551 551
552 float dynamic_branch_prediction(float &cnt); 552 float dynamic_branch_prediction(float &cnt);
553 float branch_prediction(float &cnt, BoolTest::mask btest, int target_bci); 553 float branch_prediction(float &cnt, BoolTest::mask btest, int target_bci);
554 bool seems_never_taken(float prob); 554 bool seems_never_taken(float prob) const;
555 bool seems_stable_comparison(BoolTest::mask btest, Node* c); 555 bool path_is_suitable_for_uncommon_trap(float prob) const;
556 bool seems_stable_comparison() const;
556 557
557 void do_ifnull(BoolTest::mask btest, Node* c); 558 void do_ifnull(BoolTest::mask btest, Node* c);
558 void do_if(BoolTest::mask btest, Node* c); 559 void do_if(BoolTest::mask btest, Node* c);
559 int repush_if_args(); 560 int repush_if_args();
560 void adjust_map_after_if(BoolTest::mask btest, Node* c, float prob, 561 void adjust_map_after_if(BoolTest::mask btest, Node* c, float prob,