hotspot/src/share/vm/runtime/globals.hpp
changeset 35216 71c463a17b3b
parent 35203 3e70c7dc0772
child 35219 b9ef87beb87c
equal deleted inserted replaced
35215:f9536fc8548c 35216:71c463a17b3b
  1446           "Trace allocation/deallocation of JNI handle blocks")             \
  1446           "Trace allocation/deallocation of JNI handle blocks")             \
  1447                                                                             \
  1447                                                                             \
  1448   develop(bool, TraceBytecodes, false,                                      \
  1448   develop(bool, TraceBytecodes, false,                                      \
  1449           "Trace bytecode execution")                                       \
  1449           "Trace bytecode execution")                                       \
  1450                                                                             \
  1450                                                                             \
  1451   product(bool, TraceExceptions, false,                                     \
       
  1452           "Trace exceptions")                                               \
       
  1453                                                                             \
       
  1454   develop(bool, TraceICs, false,                                            \
  1451   develop(bool, TraceICs, false,                                            \
  1455           "Trace inline cache changes")                                     \
  1452           "Trace inline cache changes")                                     \
  1456                                                                             \
  1453                                                                             \
  1457   notproduct(bool, TraceInvocationCounterOverflow, false,                   \
  1454   notproduct(bool, TraceInvocationCounterOverflow, false,                   \
  1458           "Trace method invocation counter overflow")                       \
  1455           "Trace method invocation counter overflow")                       \