hotspot/src/share/vm/runtime/globals.hpp
changeset 6762 f8d1b560700e
parent 6448 053845c59c96
child 6763 711b8a44c4dd
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Sep 28 09:51:37 2010 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Sep 28 15:56:15 2010 -0700
@@ -641,6 +641,9 @@
   develop(bool, ZapJNIHandleArea, trueInDebug,                              \
           "Zap freed JNI handle space with 0xFEFEFEFE")                     \
                                                                             \
+  notproduct(bool, ZapStackSegments, trueInDebug,                           \
+             "Zap allocated/freed Stack segments with 0xFADFADED")          \
+                                                                            \
   develop(bool, ZapUnusedHeapArea, trueInDebug,                             \
           "Zap unused heap space with 0xBAADBABE")                          \
                                                                             \