changeset 3378:8f4eb44b3b76

7143061: nsk/stress/stack/b4525850 crash VM Reviewed-by: kvn, twisti
author never
date Tue, 14 Feb 2012 15:43:56 -0800
parents b522995d91f0
children 80107dc493db
files src/cpu/x86/vm/globals_x86.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Tue Feb 14 09:43:25 2012 +0100
+++ b/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);