diff -r d457b9400c99 -r 72bfaaffee36 hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Tue Nov 24 20:01:45 2015 +0000 +++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Nov 24 14:59:17 2015 -0800 @@ -3115,6 +3115,12 @@ "exceptions (0 means all)") \ range(0, max_jint/2) \ \ + develop(bool, TraceStackWalk, false, \ + "Trace stack walking") \ + \ + product(bool, MemberNameInStackFrame, true, \ + "Use MemberName in StackFrame") \ + \ /* notice: the max range value here is max_jint, not max_intx */ \ /* because of overflow issue */ \ NOT_EMBEDDED(diagnostic(intx, GuaranteedSafepointInterval, 1000, \