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

src/share/vm/opto/c2_globals.hpp

Print this page




  98           "Starting allocation size of Node_List data structures")          \
  99                                                                             \
 100   develop(intx, OptoBlockListSize, 8,                                       \
 101           "Starting allocation size of Block_List data structures")         \
 102                                                                             \
 103   develop(intx, OptoPeepholeAt, -1,                                         \
 104           "Apply peephole optimizations to this peephole rule")             \
 105                                                                             \
 106   notproduct(bool, PrintIdeal, false,                                       \
 107           "Print ideal graph before code generation")                       \
 108                                                                             \
 109   notproduct(bool, PrintOpto, false,                                        \
 110           "Print compiler2 attempts")                                       \
 111                                                                             \
 112   notproduct(bool, PrintOptoInlining, false,                                \
 113           "Print compiler2 inlining decisions")                             \
 114                                                                             \
 115   notproduct(bool, VerifyOpto, false,                                       \
 116           "Apply more time consuming verification during compilation")      \
 117                                                                             \






 118   notproduct(bool, VerifyOptoOopOffsets, false,                             \
 119           "Check types of base addresses in field references")              \
 120                                                                             \
 121   develop(bool, IdealizedNumerics, false,                                   \
 122           "Check performance difference allowing FP "                       \
 123           "associativity and commutativity...")                             \
 124                                                                             \
 125   develop(bool, OptoBreakpoint, false,                                      \
 126           "insert breakpoint at method entry")                              \
 127                                                                             \
 128   notproduct(bool, OptoBreakpointOSR, false,                                \
 129           "insert breakpoint at osr method entry")                          \
 130                                                                             \
 131   notproduct(intx, BreakAtNode, 0,                                          \
 132           "Break at construction of this Node (either _idx or _debug_idx)") \
 133                                                                             \
 134   notproduct(bool, OptoBreakpointC2R, false,                                \
 135           "insert breakpoint at runtime stub entry")                        \
 136                                                                             \
 137   notproduct(bool, OptoNoExecute, false,                                    \




  98           "Starting allocation size of Node_List data structures")          \
  99                                                                             \
 100   develop(intx, OptoBlockListSize, 8,                                       \
 101           "Starting allocation size of Block_List data structures")         \
 102                                                                             \
 103   develop(intx, OptoPeepholeAt, -1,                                         \
 104           "Apply peephole optimizations to this peephole rule")             \
 105                                                                             \
 106   notproduct(bool, PrintIdeal, false,                                       \
 107           "Print ideal graph before code generation")                       \
 108                                                                             \
 109   notproduct(bool, PrintOpto, false,                                        \
 110           "Print compiler2 attempts")                                       \
 111                                                                             \
 112   notproduct(bool, PrintOptoInlining, false,                                \
 113           "Print compiler2 inlining decisions")                             \
 114                                                                             \
 115   notproduct(bool, VerifyOpto, false,                                       \
 116           "Apply more time consuming verification during compilation")      \
 117                                                                             \
 118   notproduct(bool, VerifyIdealNodeCount, false,                             \
 119           "Verify that tracked dead ideal node count is accurate")          \
 120                                                                             \
 121   notproduct(bool, PrintIdealNodeCount, false,                              \
 122           "Print liveness counts of ideal nodes")                           \
 123                                                                             \
 124   notproduct(bool, VerifyOptoOopOffsets, false,                             \
 125           "Check types of base addresses in field references")              \
 126                                                                             \
 127   develop(bool, IdealizedNumerics, false,                                   \
 128           "Check performance difference allowing FP "                       \
 129           "associativity and commutativity...")                             \
 130                                                                             \
 131   develop(bool, OptoBreakpoint, false,                                      \
 132           "insert breakpoint at method entry")                              \
 133                                                                             \
 134   notproduct(bool, OptoBreakpointOSR, false,                                \
 135           "insert breakpoint at osr method entry")                          \
 136                                                                             \
 137   notproduct(intx, BreakAtNode, 0,                                          \
 138           "Break at construction of this Node (either _idx or _debug_idx)") \
 139                                                                             \
 140   notproduct(bool, OptoBreakpointC2R, false,                                \
 141           "insert breakpoint at runtime stub entry")                        \
 142                                                                             \
 143   notproduct(bool, OptoNoExecute, false,                                    \


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