diff src/share/vm/opto/c2_globals.hpp @ 14428:044b28168e20

8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation Summary: added ability in C2 to expand mach nodes to several mach nodes after register allocation Reviewed-by: kvn
author goetz
date Thu, 14 Nov 2013 19:24:59 -0800
parents 2b8e28fdf503
children 15120a36272d
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Thu Nov 07 11:47:11 2013 +0100
+++ b/src/share/vm/opto/c2_globals.hpp	Thu Nov 14 19:24:59 2013 -0800
@@ -463,6 +463,9 @@
   experimental(bool, AggressiveUnboxing, false,                             \
           "Control optimizations for aggressive boxing elimination")        \
                                                                             \
+  develop(bool, TracePostallocExpand, false, "Trace expanding nodes after"  \
+          " register allocation.")                                          \
+                                                                            \
   product(bool, DoEscapeAnalysis, true,                                     \
           "Perform escape analysis")                                        \
                                                                             \