hotspot/src/share/vm/opto/c2_globals.hpp
changeset 42063 dca9294d9f59
parent 40010 e32d5e545789
child 45804 41b19cb98a96
child 46486 314aa24e62d6
equal deleted inserted replaced
42062:473286891dd8 42063:dca9294d9f59
   118                                                                             \
   118                                                                             \
   119   develop(bool, IdealizedNumerics, false,                                   \
   119   develop(bool, IdealizedNumerics, false,                                   \
   120           "Check performance difference allowing FP "                       \
   120           "Check performance difference allowing FP "                       \
   121           "associativity and commutativity...")                             \
   121           "associativity and commutativity...")                             \
   122                                                                             \
   122                                                                             \
       
   123   diagnostic_pd(bool, IdealizeClearArrayNode,                               \
       
   124           "Replace ClearArrayNode by subgraph of basic operations.")        \
       
   125                                                                             \
   123   develop(bool, OptoBreakpoint, false,                                      \
   126   develop(bool, OptoBreakpoint, false,                                      \
   124           "insert breakpoint at method entry")                              \
   127           "insert breakpoint at method entry")                              \
   125                                                                             \
   128                                                                             \
   126   notproduct(bool, OptoBreakpointOSR, false,                                \
   129   notproduct(bool, OptoBreakpointOSR, false,                                \
   127           "insert breakpoint at osr method entry")                          \
   130           "insert breakpoint at osr method entry")                          \