hotspot/src/share/vm/opto/c2_globals.hpp
changeset 33451 0712796e4039
parent 33447 fa16119dcde7
child 33455 9fbec272c38c
equal deleted inserted replaced
33450:08222df07d0d 33451:0712796e4039
   152           "Attempt to parse and compile but do not execute generated code") \
   152           "Attempt to parse and compile but do not execute generated code") \
   153                                                                             \
   153                                                                             \
   154   notproduct(bool, PrintOptoStatistics, false,                              \
   154   notproduct(bool, PrintOptoStatistics, false,                              \
   155           "Print New compiler statistics")                                  \
   155           "Print New compiler statistics")                                  \
   156                                                                             \
   156                                                                             \
   157   notproduct(bool, PrintOptoAssembly, false,                                \
   157   diagnostic(bool, PrintOptoAssembly, false,                                \
   158           "Print New compiler assembly output")                             \
   158           "Print New compiler assembly output")                             \
   159                                                                             \
   159                                                                             \
   160   develop_pd(bool, OptoPeephole,                                            \
   160   develop_pd(bool, OptoPeephole,                                            \
   161           "Apply peephole optimizations after register allocation")         \
   161           "Apply peephole optimizations after register allocation")         \
   162                                                                             \
   162                                                                             \
   630           "Print progress during Conditional Constant Propagation")         \
   630           "Print progress during Conditional Constant Propagation")         \
   631                                                                             \
   631                                                                             \
   632   develop(bool, PrintDominators, false,                                     \
   632   develop(bool, PrintDominators, false,                                     \
   633           "Print out dominator trees for GVN")                              \
   633           "Print out dominator trees for GVN")                              \
   634                                                                             \
   634                                                                             \
   635   notproduct(bool, TraceSpilling, false,                                    \
   635   diagnostic(bool, TraceSpilling, false,                                    \
   636           "Trace spilling")                                                 \
   636           "Trace spilling")                                                 \
   637                                                                             \
   637                                                                             \
   638   diagnostic(bool, TraceTypeProfile, false,                                 \
   638   diagnostic(bool, TraceTypeProfile, false,                                 \
   639           "Trace type profile")                                             \
   639           "Trace type profile")                                             \
   640                                                                             \
   640                                                                             \