changeset in /hg/icedtea6: 2008-11-06 Gary Benson <gbenson at red...

Gary Benson gbenson at redhat.com
Thu Nov 6 05:02:07 PST 2008


changeset 9e45d56689ab in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=9e45d56689ab
description:
	2008-11-06  Gary Benson  <gbenson at redhat.com>

		* ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
		(StackShadowPages): Increase for debug builds.

diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog                                      |    5 +++++
ports/hotspot/src/cpu/zero/vm/globals_zero.hpp |    2 +-

diffs (24 lines):

diff -r 2edccb28b389 -r 9e45d56689ab ChangeLog
--- 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 at redhat
+2008-11-06  Gary Benson  <gbenson at redhat.com>
+
+	* ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
+	(StackShadowPages): Increase for debug builds.
+
 2008-11-06  Gary Benson  <gbenson at redhat.com>
 
 	* ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
diff -r 2edccb28b389 -r 9e45d56689ab ports/hotspot/src/cpu/zero/vm/globals_zero.hpp
--- 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,  PreInflateSpin, 
 
 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);



More information about the distro-pkg-dev mailing list