7143061: nsk/stress/stack/b4525850 crash VM

Reviewed-by: kvn, twisti
This commit is contained in:
Tom Rodriguez 2012-02-14 15:43:56 -08:00
parent e7ece2a742
commit f9b7a3e692

View File

@ -62,7 +62,7 @@ define_pd_global(intx, StackRedPages, 1);
// 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);