7143061: nsk/stress/stack/b4525850 crash VM
authornever
Tue, 14 Feb 2012 15:43:56 -0800
changeset 11786 bf7e38b95ceb
parent 11785 10f778832544
child 11787 cfb5950b7706
7143061: nsk/stress/stack/b4525850 crash VM Reviewed-by: kvn, twisti
hotspot/src/cpu/x86/vm/globals_x86.hpp
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Tue Feb 14 09:43:25 2012 +0100
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Tue Feb 14 15:43:56 2012 -0800
@@ -62,7 +62,7 @@
 // due to lack of optimization caused by C++ compiler bugs
 define_pd_global(intx, StackShadowPages, SOLARIS_ONLY(20) NOT_SOLARIS(6) DEBUG_ONLY(+2));
 #else
-define_pd_global(intx, StackShadowPages, 3 DEBUG_ONLY(+5));
+define_pd_global(intx, StackShadowPages, 4 DEBUG_ONLY(+5));
 #endif // AMD64
 
 define_pd_global(intx, PreInflateSpin,           10);