changeset 1186:9e45d56689ab

2008-11-06 Gary Benson <gbenson@redhat.com> * ports/hotspot/src/cpu/zero/vm/globals_zero.hpp (StackShadowPages): Increase for debug builds.
author Gary Benson <gbenson@redhat.com>
date Thu, 06 Nov 2008 08:02:02 -0500
parents 2edccb28b389
children b182fe895dda
files ChangeLog ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Nov 06 07:00:19 2008 -0500
+++ b/ChangeLog	Thu Nov 06 08:02:02 2008 -0500
@@ -1,3 +1,8 @@
+2008-11-06  Gary Benson  <gbenson@redhat.com>
+
+	* ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
+	(StackShadowPages): Increase for debug builds.
+
 2008-11-06  Gary Benson  <gbenson@redhat.com>
 
 	* ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
--- a/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp	Thu Nov 06 07:00:19 2008 -0500
+++ b/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp	Thu Nov 06 08:02:02 2008 -0500
@@ -48,7 +48,7 @@
 
 define_pd_global(intx,  StackYellowPages,         2);
 define_pd_global(intx,  StackRedPages,            1);
-define_pd_global(intx,  StackShadowPages,         3 DEBUG_ONLY(+1));
+define_pd_global(intx,  StackShadowPages,         3 DEBUG_ONLY(+3));
 
 define_pd_global(bool,  RewriteBytecodes,         true);
 define_pd_global(bool,  RewriteFrequentPairs,     true);