src/cpu/x86/vm/globals_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/globals_x86.hpp	Mon Feb 13 14:25:47 2012
--- new/src/cpu/x86/vm/globals_x86.hpp	Mon Feb 13 14:25:47 2012

*** 60,70 **** --- 60,70 ---- #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)); #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); define_pd_global(bool, RewriteBytecodes, true);

src/cpu/x86/vm/globals_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File