< prev index next >

src/hotspot/share/opto/block.hpp

Print this page

        

*** 659,669 **** }; //----------------------------BlockProbPair--------------------------- // Ordered pair of Node*. ! class BlockProbPair VALUE_OBJ_CLASS_SPEC { protected: Block* _target; // block target double _prob; // probability of edge to block public: BlockProbPair() : _target(NULL), _prob(0.0) {} --- 659,669 ---- }; //----------------------------BlockProbPair--------------------------- // Ordered pair of Node*. ! class BlockProbPair { protected: Block* _target; // block target double _prob; // probability of edge to block public: BlockProbPair() : _target(NULL), _prob(0.0) {}
< prev index next >