diff -r eb178e97560c -r 044b28168e20 src/share/vm/opto/c2_globals.hpp --- 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") \ \