src/share/vm/opto/phase.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8129847-9 Cdiff src/share/vm/opto/phase.hpp

src/share/vm/opto/phase.hpp

Print this page

        

*** 43,52 **** --- 43,53 ---- public: enum PhaseNumber { Compiler, // Top-level compiler phase Parser, // Parse bytecodes Remove_Useless, // Remove useless nodes + Renumber_Live, // First, remove useless nodes from the graph. Then, renumber live nodes. Optimistic, // Optimistic analysis phase GVN, // Pessimistic global value numbering phase Ins_Select, // Instruction selection phase CFG, // Build a CFG BlockLayout, // Linear ordering of blocks
src/share/vm/opto/phase.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File