< prev index next >

src/share/vm/opto/c2_globals.hpp

Print this page
rev 12113 : 8166561: [s390] Adaptions needed for s390 port in C1 and C2.


 103                                                                             \
 104   notproduct(bool, PrintOptoInlining, false,                                \
 105           "Print compiler2 inlining decisions")                             \
 106                                                                             \
 107   notproduct(bool, VerifyOpto, false,                                       \
 108           "Apply more time consuming verification during compilation")      \
 109                                                                             \
 110   notproduct(bool, VerifyIdealNodeCount, false,                             \
 111           "Verify that tracked dead ideal node count is accurate")          \
 112                                                                             \
 113   notproduct(bool, PrintIdealNodeCount, false,                              \
 114           "Print liveness counts of ideal nodes")                           \
 115                                                                             \
 116   notproduct(bool, VerifyOptoOopOffsets, false,                             \
 117           "Check types of base addresses in field references")              \
 118                                                                             \
 119   develop(bool, IdealizedNumerics, false,                                   \
 120           "Check performance difference allowing FP "                       \
 121           "associativity and commutativity...")                             \
 122                                                                             \



 123   develop(bool, OptoBreakpoint, false,                                      \
 124           "insert breakpoint at method entry")                              \
 125                                                                             \
 126   notproduct(bool, OptoBreakpointOSR, false,                                \
 127           "insert breakpoint at osr method entry")                          \
 128                                                                             \
 129   notproduct(intx, BreakAtNode, 0,                                          \
 130           "Break at construction of this Node (either _idx or _debug_idx)") \
 131                                                                             \
 132   notproduct(bool, OptoBreakpointC2R, false,                                \
 133           "insert breakpoint at runtime stub entry")                        \
 134                                                                             \
 135   notproduct(bool, OptoNoExecute, false,                                    \
 136           "Attempt to parse and compile but do not execute generated code") \
 137                                                                             \
 138   notproduct(bool, PrintOptoStatistics, false,                              \
 139           "Print New compiler statistics")                                  \
 140                                                                             \
 141   diagnostic(bool, PrintOptoAssembly, false,                                \
 142           "Print New compiler assembly output")                             \




 103                                                                             \
 104   notproduct(bool, PrintOptoInlining, false,                                \
 105           "Print compiler2 inlining decisions")                             \
 106                                                                             \
 107   notproduct(bool, VerifyOpto, false,                                       \
 108           "Apply more time consuming verification during compilation")      \
 109                                                                             \
 110   notproduct(bool, VerifyIdealNodeCount, false,                             \
 111           "Verify that tracked dead ideal node count is accurate")          \
 112                                                                             \
 113   notproduct(bool, PrintIdealNodeCount, false,                              \
 114           "Print liveness counts of ideal nodes")                           \
 115                                                                             \
 116   notproduct(bool, VerifyOptoOopOffsets, false,                             \
 117           "Check types of base addresses in field references")              \
 118                                                                             \
 119   develop(bool, IdealizedNumerics, false,                                   \
 120           "Check performance difference allowing FP "                       \
 121           "associativity and commutativity...")                             \
 122                                                                             \
 123   develop_pd(bool, IdealizeClearArrayNode,                                  \
 124           "Replace ClearArrayNode by subgraph of basic operations.")        \
 125                                                                             \
 126   develop(bool, OptoBreakpoint, false,                                      \
 127           "insert breakpoint at method entry")                              \
 128                                                                             \
 129   notproduct(bool, OptoBreakpointOSR, false,                                \
 130           "insert breakpoint at osr method entry")                          \
 131                                                                             \
 132   notproduct(intx, BreakAtNode, 0,                                          \
 133           "Break at construction of this Node (either _idx or _debug_idx)") \
 134                                                                             \
 135   notproduct(bool, OptoBreakpointC2R, false,                                \
 136           "insert breakpoint at runtime stub entry")                        \
 137                                                                             \
 138   notproduct(bool, OptoNoExecute, false,                                    \
 139           "Attempt to parse and compile but do not execute generated code") \
 140                                                                             \
 141   notproduct(bool, PrintOptoStatistics, false,                              \
 142           "Print New compiler statistics")                                  \
 143                                                                             \
 144   diagnostic(bool, PrintOptoAssembly, false,                                \
 145           "Print New compiler assembly output")                             \


< prev index next >