src/share/vm/opto/phase.hpp

changeset 1515
7c57aead6d3e
parent 1356
046932b72aa2
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/opto/phase.hpp	Fri Nov 27 07:56:58 2009 -0800
     1.2 +++ b/src/share/vm/opto/phase.hpp	Thu Nov 12 09:24:21 2009 -0800
     1.3 @@ -44,6 +44,7 @@
     1.4      BlockLayout,                // Linear ordering of blocks
     1.5      Register_Allocation,        // Register allocation, duh
     1.6      LIVE,                       // Dragon-book LIVE range problem
     1.7 +    StringOpts,                 // StringBuilder related optimizations
     1.8      Interference_Graph,         // Building the IFG
     1.9      Coalesce,                   // Coalescing copies
    1.10      Ideal_Loop,                 // Find idealized trip-counted loops

mercurial