src/cpu/x86/vm/globals_x86.hpp

changeset 3579
15085a6eb50c
parent 3569
8f4eb44b3b76
parent 3548
849412a95e45
child 4020
a5dd6e3ef9f3
     1.1 --- a/src/cpu/x86/vm/globals_x86.hpp	Fri Feb 17 12:18:10 2012 -0800
     1.2 +++ b/src/cpu/x86/vm/globals_x86.hpp	Fri Feb 17 12:18:52 2012 -0800
     1.3 @@ -60,7 +60,7 @@
     1.4  #ifdef AMD64
     1.5  // Very large C++ stack frames using solaris-amd64 optimized builds
     1.6  // due to lack of optimization caused by C++ compiler bugs
     1.7 -define_pd_global(intx, StackShadowPages, SOLARIS_ONLY(20) NOT_SOLARIS(6) DEBUG_ONLY(+2));
     1.8 +define_pd_global(intx, StackShadowPages, NOT_WIN64(20) WIN64_ONLY(6) DEBUG_ONLY(+2));
     1.9  #else
    1.10  define_pd_global(intx, StackShadowPages, 4 DEBUG_ONLY(+5));
    1.11  #endif // AMD64

mercurial