src/hotspot/share/opto/c2_globals.hpp
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 54982 b18c8301b8c2
child 58679 9c3209ff7550
equal deleted inserted replaced
58677:13588c901957 58678:9cf78a70fa4f
   105           "Print compiler2 attempts")                                       \
   105           "Print compiler2 attempts")                                       \
   106                                                                             \
   106                                                                             \
   107   notproduct(bool, PrintOptoInlining, false,                                \
   107   notproduct(bool, PrintOptoInlining, false,                                \
   108           "Print compiler2 inlining decisions")                             \
   108           "Print compiler2 inlining decisions")                             \
   109                                                                             \
   109                                                                             \
   110   notproduct(bool, VerifyOpto, false,                                       \
       
   111           "Apply more time consuming verification during compilation")      \
       
   112                                                                             \
       
   113   notproduct(bool, VerifyIdealNodeCount, false,                             \
   110   notproduct(bool, VerifyIdealNodeCount, false,                             \
   114           "Verify that tracked dead ideal node count is accurate")          \
   111           "Verify that tracked dead ideal node count is accurate")          \
   115                                                                             \
   112                                                                             \
   116   notproduct(bool, PrintIdealNodeCount, false,                              \
   113   notproduct(bool, PrintIdealNodeCount, false,                              \
   117           "Print liveness counts of ideal nodes")                           \
   114           "Print liveness counts of ideal nodes")                           \
   511                                                                             \
   508                                                                             \
   512   product(intx, AutoBoxCacheMax, 128,                                       \
   509   product(intx, AutoBoxCacheMax, 128,                                       \
   513           "Sets max value cached by the java.lang.Integer autobox cache")   \
   510           "Sets max value cached by the java.lang.Integer autobox cache")   \
   514           range(0, max_jint)                                                \
   511           range(0, max_jint)                                                \
   515                                                                             \
   512                                                                             \
   516   experimental(bool, AggressiveUnboxing, true,                              \
   513   diagnostic(bool, AggressiveUnboxing, true,                                \
   517           "Control optimizations for aggressive boxing elimination")        \
   514           "Control optimizations for aggressive boxing elimination")        \
   518                                                                             \
   515                                                                             \
   519   develop(bool, TracePostallocExpand, false, "Trace expanding nodes after"  \
   516   develop(bool, TracePostallocExpand, false, "Trace expanding nodes after"  \
   520           " register allocation.")                                          \
   517           " register allocation.")                                          \
   521                                                                             \
   518                                                                             \