hotspot/src/share/vm/runtime/globals.hpp
changeset 34285 0b07014c15e9
parent 34273 8598d07915d9
child 34286 ae53ecf4124a
equal deleted inserted replaced
34277:d457b9400c99 34285:0b07014c15e9
  1424           range(500, max_intx)                                              \
  1424           range(500, max_intx)                                              \
  1425           constraint(BiasedLockingDecayTimeFunc,AfterErgo)                  \
  1425           constraint(BiasedLockingDecayTimeFunc,AfterErgo)                  \
  1426                                                                             \
  1426                                                                             \
  1427   /* tracing */                                                             \
  1427   /* tracing */                                                             \
  1428                                                                             \
  1428                                                                             \
  1429   notproduct(bool, TraceRuntimeCalls, false,                                \
       
  1430           "Trace run-time calls")                                           \
       
  1431                                                                             \
       
  1432   develop(bool, TraceJNICalls, false,                                       \
       
  1433           "Trace JNI calls")                                                \
       
  1434                                                                             \
       
  1435   develop(bool, StressRewriter, false,                                      \
  1429   develop(bool, StressRewriter, false,                                      \
  1436           "Stress linktime bytecode rewriting")                             \
  1430           "Stress linktime bytecode rewriting")                             \
  1437                                                                             \
       
  1438   notproduct(bool, TraceJVMCalls, false,                                    \
       
  1439           "Trace JVM calls")                                                \
       
  1440                                                                             \
  1431                                                                             \
  1441   product(ccstr, TraceJVMTI, NULL,                                          \
  1432   product(ccstr, TraceJVMTI, NULL,                                          \
  1442           "Trace flags for JVMTI functions and events")                     \
  1433           "Trace flags for JVMTI functions and events")                     \
  1443                                                                             \
  1434                                                                             \
  1444   /* This option can change an EMCP method into an obsolete method. */      \
  1435   /* This option can change an EMCP method into an obsolete method. */      \