hotspot/src/share/vm/runtime/globals.hpp
changeset 37110 0c468eab5c66
parent 37094 c12f414936a1
child 37126 ed3f8d81d85c
equal deleted inserted replaced
37107:e89fc0bf4ecb 37110:0c468eab5c66
  1464           "Trace usage of IC buffer")                                       \
  1464           "Trace usage of IC buffer")                                       \
  1465                                                                             \
  1465                                                                             \
  1466   develop(bool, TraceCompiledIC, false,                                     \
  1466   develop(bool, TraceCompiledIC, false,                                     \
  1467           "Trace changes of compiled IC")                                   \
  1467           "Trace changes of compiled IC")                                   \
  1468                                                                             \
  1468                                                                             \
  1469   develop(bool, TraceClearedExceptions, false,                              \
       
  1470           "Print when an exception is forcibly cleared")                    \
       
  1471                                                                             \
       
  1472   /* gc */                                                                  \
  1469   /* gc */                                                                  \
  1473                                                                             \
  1470                                                                             \
  1474   product(bool, UseSerialGC, false,                                         \
  1471   product(bool, UseSerialGC, false,                                         \
  1475           "Use the Serial garbage collector")                               \
  1472           "Use the Serial garbage collector")                               \
  1476                                                                             \
  1473                                                                             \