src/share/vm/opto/c2_globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/c2_globals.hpp	Thu Oct  8 14:07:17 2015
--- new/src/share/vm/opto/c2_globals.hpp	Thu Oct  8 14:07:17 2015

*** 145,155 **** --- 145,155 ---- "Attempt to parse and compile but do not execute generated code") \ \ notproduct(bool, PrintOptoStatistics, false, \ "Print New compiler statistics") \ \ ! notproduct(bool, PrintOptoAssembly, false, \ ! diagnostic(bool, PrintOptoAssembly, false, \ "Print New compiler assembly output") \ \ develop_pd(bool, OptoPeephole, \ "Apply peephole optimizations after register allocation") \ \
*** 586,596 **** --- 586,596 ---- "Print progress during Conditional Constant Propagation") \ \ develop(bool, PrintDominators, false, \ "Print out dominator trees for GVN") \ \ ! notproduct(bool, TraceSpilling, false, \ ! diagnostic(bool, TraceSpilling, false, \ "Trace spilling") \ \ diagnostic(bool, TraceTypeProfile, false, \ "Trace type profile") \ \

src/share/vm/opto/c2_globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File