diff src/share/vm/runtime/globals.hpp @ 1836:894b1d7c7e01

6423256: GC stacks should use a better data structure 6942771: SEGV in ParScanThreadState::take_from_overflow_stack Reviewed-by: apetrusenko, ysr, pbk
author jcoomes
date Tue, 28 Sep 2010 15:56:15 -0700
parents eeade8e89248
children c99c53f07c14
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Sep 28 09:51:37 2010 -0700
+++ b/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")                          \
                                                                             \