diff src/share/vm/opto/phase.hpp @ 1080:7c57aead6d3e

6892658: C2 should optimize some stringbuilder patterns Reviewed-by: kvn, twisti
author never
date Thu, 12 Nov 2009 09:24:21 -0800
parents 046932b72aa2
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/opto/phase.hpp	Fri Nov 27 07:56:58 2009 -0800
+++ b/src/share/vm/opto/phase.hpp	Thu Nov 12 09:24:21 2009 -0800
@@ -44,6 +44,7 @@
     BlockLayout,                // Linear ordering of blocks
     Register_Allocation,        // Register allocation, duh
     LIVE,                       // Dragon-book LIVE range problem
+    StringOpts,                 // StringBuilder related optimizations
     Interference_Graph,         // Building the IFG
     Coalesce,                   // Coalescing copies
     Ideal_Loop,                 // Find idealized trip-counted loops