hotspot/src/share/vm/opto/c2_globals.hpp
changeset 22844 90f76a40ed8a
parent 22838 82c7497fbad4
child 22853 308672304981
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Thu Nov 07 11:47:11 2013 +0100
+++ b/hotspot/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")                                        \
                                                                             \