# HG changeset patch # User never # Date 1329263036 28800 # Node ID bf7e38b95cebbb3f5f25f72a4c7de511cae52da3 # Parent 10f778832544a2eb0982f532ada99fd701e17794 7143061: nsk/stress/stack/b4525850 crash VM Reviewed-by: kvn, twisti diff -r 10f778832544 -r bf7e38b95ceb 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);