hotspot/src/share/vm/runtime/globals.hpp
changeset 41664 07e88a4b405f
parent 41178 e567be097315
child 41665 14f1cb3d2d3a
equal deleted inserted replaced
41307:a89905798992 41664:07e88a4b405f
  2882   product(intx, MaxJavaStackTraceDepth, 1024,                               \
  2882   product(intx, MaxJavaStackTraceDepth, 1024,                               \
  2883           "The maximum number of lines in the stack trace for Java "        \
  2883           "The maximum number of lines in the stack trace for Java "        \
  2884           "exceptions (0 means all)")                                       \
  2884           "exceptions (0 means all)")                                       \
  2885           range(0, max_jint/2)                                              \
  2885           range(0, max_jint/2)                                              \
  2886                                                                             \
  2886                                                                             \
  2887   develop(bool, TraceStackWalk, false,                                      \
       
  2888           "Trace stack walking")                                            \
       
  2889                                                                             \
       
  2890   /* notice: the max range value here is max_jint, not max_intx  */         \
  2887   /* notice: the max range value here is max_jint, not max_intx  */         \
  2891   /* because of overflow issue                                   */         \
  2888   /* because of overflow issue                                   */         \
  2892   diagnostic(intx, GuaranteedSafepointInterval, 1000,                       \
  2889   diagnostic(intx, GuaranteedSafepointInterval, 1000,                       \
  2893           "Guarantee a safepoint (at least) every so many milliseconds "    \
  2890           "Guarantee a safepoint (at least) every so many milliseconds "    \
  2894           "(0 means none)")                                                 \
  2891           "(0 means none)")                                                 \