changeset in /hg/icedtea: 2008-03-06 Gary Benson <gbenson at redh...
Gary Benson
gbenson at redhat.com
Thu Mar 6 07:53:33 PST 2008
changeset 391090a3755d in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=391090a3755d
description:
2008-03-06 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp
(ThreadStackSize): Increased by 512kb to cope with 64kb pages.
diffstat:
2 files changed, 8 insertions(+), 3 deletions(-)
ChangeLog | 5 +++++
ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp | 6 +++---
diffs (36 lines):
diff -r 4287f448b841 -r 391090a3755d ChangeLog
--- a/ChangeLog Tue Mar 04 13:02:18 2008 -0500
+++ b/ChangeLog Thu Mar 06 15:53:27 2008 +0000
@@ -1,3 +1,8 @@ 2008-03-04 Matthias Klose <doko at ubuntu
+2008-03-06 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp
+ (ThreadStackSize): Increased by 512kb to cope with 64kb pages.
+
2008-03-04 Matthias Klose <doko at ubuntu.com>
* configure.ac: Check for xulrunner-1.9.
diff -r 4287f448b841 -r 391090a3755d ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp
--- a/ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp Tue Mar 04 13:02:18 2008 -0500
+++ b/ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp Thu Mar 06 15:53:27 2008 +0000
@@ -1,6 +1,6 @@
/*
* Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved.
- * Copyright 2007 Red Hat, Inc.
+ * Copyright 2007, 2008 Red Hat, Inc.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -30,10 +30,10 @@
define_pd_global(bool, DontYieldALot, false);
#ifdef _LP64
-define_pd_global(intx, ThreadStackSize, 1024);
+define_pd_global(intx, ThreadStackSize, 1536);
define_pd_global(intx, VMThreadStackSize, 1024);
#else
-define_pd_global(intx, ThreadStackSize, 512);
+define_pd_global(intx, ThreadStackSize, 1024);
define_pd_global(intx, VMThreadStackSize, 512);
#endif // _LP64
define_pd_global(intx, SurvivorRatio, 8);
More information about the distro-pkg-dev
mailing list