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

src/share/vm/opto/c2_globals.hpp

Print this page
rev 9032 : 8137167: JEP165: Compiler Control: Implementation task
Summary: Compiler Control JEP
Reviewed-by: roland, twisti

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