src/share/vm/opto/node.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/node.hpp	Tue Mar 24 12:49:04 2015
--- new/src/share/vm/opto/node.hpp	Tue Mar 24 12:49:04 2015

*** 895,907 **** --- 895,904 ---- protected: bool remove_dead_region(PhaseGVN *phase, bool can_reshape); public: // Idealize graph, using DU info. Done after constant propagation virtual Node *Ideal_DU_postCCP( PhaseCCP *ccp ); // See if there is valid pipeline info static const Pipeline *pipeline_class(); virtual const Pipeline *pipeline() const; // Compute the latency from the def to this instruction of the ith input node

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