diff src/cpu/x86/vm/globals_x86.hpp @ 4952:15085a6eb50c

Merge
author never
date Fri, 17 Feb 2012 12:18:52 -0800
parents 8f4eb44b3b76 849412a95e45
children a5dd6e3ef9f3
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Fri Feb 17 12:18:10 2012 -0800
+++ b/src/cpu/x86/vm/globals_x86.hpp	Fri Feb 17 12:18:52 2012 -0800
@@ -60,7 +60,7 @@
 #ifdef AMD64
 // Very large C++ stack frames using solaris-amd64 optimized builds
 // due to lack of optimization caused by C++ compiler bugs
-define_pd_global(intx, StackShadowPages, SOLARIS_ONLY(20) NOT_SOLARIS(6) DEBUG_ONLY(+2));
+define_pd_global(intx, StackShadowPages, NOT_WIN64(20) WIN64_ONLY(6) DEBUG_ONLY(+2));
 #else
 define_pd_global(intx, StackShadowPages, 4 DEBUG_ONLY(+5));
 #endif // AMD64