hotspot/src/share/vm/runtime/globals.hpp
changeset 34273 8598d07915d9
parent 34263 51465b543879
child 34285 0b07014c15e9
child 34280 72bfaaffee36
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Nov 24 09:02:26 2015 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Nov 24 10:12:11 2015 -0800
@@ -3115,12 +3115,6 @@
           "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,          \