/hg/release/icedtea6-1.7: Increased ThreadStackSize by 512kb on ...
gbenson at icedtea.classpath.org
gbenson at icedtea.classpath.org
Thu Mar 11 07:36:53 PST 2010
changeset 14faa83266a3 in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=14faa83266a3
author: Gary Benson <gbenson at redhat.com>
date: Thu Mar 11 12:20:10 2010 +0000
Increased ThreadStackSize by 512kb on 32-bit platforms
diffstat:
2 files changed, 8 insertions(+), 3 deletions(-)
ChangeLog | 6 ++++++
ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp | 5 ++---
diffs (37 lines):
diff -r df0c918ebd66 -r 14faa83266a3 ChangeLog
--- a/ChangeLog Wed Mar 10 21:53:48 2010 +0000
+++ b/ChangeLog Thu Mar 11 12:20:10 2010 +0000
@@ -1,3 +1,9 @@ 2010-03-10 Andrew John Hughes <ahughes
+2010-03-11 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp
+ (ThreadStackSize): Increased by 512kb on 32-bit platforms so as
+ to work on systems with 64kb page sizes.
+
2010-03-10 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r df0c918ebd66 -r 14faa83266a3 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 Wed Mar 10 21:53:48 2010 +0000
+++ b/ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp Thu Mar 11 12:20:10 2010 +0000
@@ -1,6 +1,6 @@
/*
* Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved.
- * Copyright 2007, 2008 Red Hat, Inc.
+ * Copyright 2007, 2008, 2010 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
@@ -29,11 +29,10 @@
//
define_pd_global(bool, DontYieldALot, false);
+define_pd_global(intx, ThreadStackSize, 1536);
#ifdef _LP64
-define_pd_global(intx, ThreadStackSize, 1536);
define_pd_global(intx, VMThreadStackSize, 1024);
#else
-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