hotspot/src/share/vm/runtime/globals.hpp
changeset 34253 ba3946143842
parent 34242 e530decd7c63
child 34263 51465b543879
equal deleted inserted replaced
34252:59d76c40998a 34253:ba3946143842
  3116   product(intx, MaxJavaStackTraceDepth, 1024,                               \
  3116   product(intx, MaxJavaStackTraceDepth, 1024,                               \
  3117           "The maximum number of lines in the stack trace for Java "        \
  3117           "The maximum number of lines in the stack trace for Java "        \
  3118           "exceptions (0 means all)")                                       \
  3118           "exceptions (0 means all)")                                       \
  3119           range(0, max_jint/2)                                              \
  3119           range(0, max_jint/2)                                              \
  3120                                                                             \
  3120                                                                             \
       
  3121   develop(bool, TraceStackWalk, false,                                      \
       
  3122           "Trace stack walking")                                            \
       
  3123                                                                             \
       
  3124   product(bool, MemberNameInStackFrame, true,                               \
       
  3125           "Use MemberName in StackFrame")                                   \
       
  3126                                                                             \
  3121   /* notice: the max range value here is max_jint, not max_intx  */         \
  3127   /* notice: the max range value here is max_jint, not max_intx  */         \
  3122   /* because of overflow issue                                   */         \
  3128   /* because of overflow issue                                   */         \
  3123   NOT_EMBEDDED(diagnostic(intx, GuaranteedSafepointInterval, 1000,          \
  3129   NOT_EMBEDDED(diagnostic(intx, GuaranteedSafepointInterval, 1000,          \
  3124           "Guarantee a safepoint (at least) every so many milliseconds "    \
  3130           "Guarantee a safepoint (at least) every so many milliseconds "    \
  3125           "(0 means none)"))                                                \
  3131           "(0 means none)"))                                                \