hotspot/src/share/vm/c1/c1_globals.hpp
changeset 6745 a34ef8968a84
parent 6453 970dc585ab63
child 7100 6bcf9255d470
equal deleted inserted replaced
6743:ef1795cd50a7 6745:a34ef8968a84
   214           "Generates code for array store checks")                          \
   214           "Generates code for array store checks")                          \
   215                                                                             \
   215                                                                             \
   216   develop(bool, DeoptC1, true,                                              \
   216   develop(bool, DeoptC1, true,                                              \
   217           "Use deoptimization in C1")                                       \
   217           "Use deoptimization in C1")                                       \
   218                                                                             \
   218                                                                             \
   219   develop(bool, DeoptOnAsyncException, true,                                \
       
   220           "Deoptimize upon Thread.stop(); improves precision of IR")        \
       
   221                                                                             \
       
   222   develop(bool, PrintBailouts, false,                                       \
   219   develop(bool, PrintBailouts, false,                                       \
   223           "Print bailout and its reason")                                   \
   220           "Print bailout and its reason")                                   \
   224                                                                             \
   221                                                                             \
   225   develop(bool, TracePatching, false,                                       \
   222   develop(bool, TracePatching, false,                                       \
   226          "Trace patching of field access on uninitialized classes")         \
   223          "Trace patching of field access on uninitialized classes")         \