changeset 2034:cb913d743d09

Merge
author johnc
date Wed, 19 Jan 2011 13:04:37 -0800
parents 7e37af9d69ef (current diff) 182e9624aa42 (diff)
children 0fa27f37d4d4
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Wed Jan 19 09:35:17 2011 -0500
+++ b/src/cpu/x86/vm/globals_x86.hpp	Wed Jan 19 13:04:37 2011 -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(+1));
+define_pd_global(intx, StackShadowPages, 3 DEBUG_ONLY(+5));
 #endif // AMD64
 
 define_pd_global(intx, PreInflateSpin,           10);