src/share/vm/opto/mathexactnode.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/mathexactnode.hpp	Fri Oct 11 13:48:39 2013
--- new/src/share/vm/opto/mathexactnode.hpp	Fri Oct 11 13:48:39 2013

*** 47,58 **** --- 47,60 ---- virtual const Type* Value(PhaseTransform* phase) const { return bottom_type(); } virtual uint hash() const { return Node::hash(); } virtual bool is_CFG() const { return false; } virtual uint ideal_reg() const { return NotAMachineReg; } ! ProjNode* result_node() const { return proj_out(result_proj_node); } ! ProjNode* flags_node() const { return proj_out(flags_proj_node); } + Node* control_node() const; + Node* non_throwing_branch() const; protected: Node* no_overflow(PhaseGVN *phase, Node* new_result); }; class AddExactINode : public MathExactNode {

src/share/vm/opto/mathexactnode.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File