src/cpu/x86/vm/globals_x86.hpp

changeset 3569
8f4eb44b3b76
parent 3156
f08d439fab8c
child 3579
15085a6eb50c
     1.1 --- a/src/cpu/x86/vm/globals_x86.hpp	Tue Feb 14 09:43:25 2012 +0100
     1.2 +++ b/src/cpu/x86/vm/globals_x86.hpp	Tue Feb 14 15:43:56 2012 -0800
     1.3 @@ -62,7 +62,7 @@
     1.4  // due to lack of optimization caused by C++ compiler bugs
     1.5  define_pd_global(intx, StackShadowPages, SOLARIS_ONLY(20) NOT_SOLARIS(6) DEBUG_ONLY(+2));
     1.6  #else
     1.7 -define_pd_global(intx, StackShadowPages, 3 DEBUG_ONLY(+5));
     1.8 +define_pd_global(intx, StackShadowPages, 4 DEBUG_ONLY(+5));
     1.9  #endif // AMD64
    1.10  
    1.11  define_pd_global(intx, PreInflateSpin,           10);

mercurial