src/share/vm/opto/parse.hpp

changeset 5991
b2ee5dc63353
parent 5981
3213ba4d3dff
child 6198
55fb97c4c58d
child 6502
3514ee402842
equal deleted inserted replaced
5990:8b4bbba322d3 5991:b2ee5dc63353
605 605
606 // Merge the given map into correct exceptional exit state. 606 // Merge the given map into correct exceptional exit state.
607 // Assumes that there is no applicable local handler. 607 // Assumes that there is no applicable local handler.
608 void throw_to_exit(SafePointNode* ex_map); 608 void throw_to_exit(SafePointNode* ex_map);
609 609
610 // Use speculative type to optimize CmpP node
611 Node* optimize_cmp_with_klass(Node* c);
612
610 public: 613 public:
611 #ifndef PRODUCT 614 #ifndef PRODUCT
612 // Handle PrintOpto, etc. 615 // Handle PrintOpto, etc.
613 void show_parse_info(); 616 void show_parse_info();
614 void dump_map_adr_mem() const; 617 void dump_map_adr_mem() const;

mercurial