/hg/icedtea6: JamVM: Base default min and max heap size on physi...

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Thu Mar 24 05:24:25 PDT 2011


changeset d80b12e57e10 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=d80b12e57e10
author: Xerxes R?nby <xerxes at zafena.se>
date: Thu Mar 24 13:05:27 2011 +0100

	JamVM: Base default min and max heap size on physical memory.

	2011-03-24 Xerxes Ranby <xerxes at zafena.se>

	 JamVM: Base default min and max heap size on physical
	memory.
		* NEWS: Updated.
		* Makefile.am (JAMVM_VERSION): Updated to latest JamVM
	revision. (JAMVM_SHA256SUM): Updated.


diffstat:

 ChangeLog   |  8 ++++++++
 Makefile.am |  4 ++--
 NEWS        |  1 +
 3 files changed, 11 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 95b6b42f92c3 -r d80b12e57e10 ChangeLog
--- a/ChangeLog	Wed Mar 23 13:22:40 2011 +0000
+++ b/ChangeLog	Thu Mar 24 13:05:27 2011 +0100
@@ -1,3 +1,11 @@
+2011-03-24  Xerxes Ranby  <xerxes at zafena.se>
+
+	JamVM: Base default min and max heap size on physical memory.
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated to latest JamVM revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2011-03-23  Andrew John Hughes  <ahughes at redhat.com>
 
 	* hotspot.map:
diff -r 95b6b42f92c3 -r d80b12e57e10 Makefile.am
--- a/Makefile.am	Wed Mar 23 13:22:40 2011 +0000
+++ b/Makefile.am	Thu Mar 24 13:05:27 2011 +0100
@@ -11,8 +11,8 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
 
-JAMVM_VERSION = 5c1ee07b78ecf18b24493b1759e20a7e22570c19
-JAMVM_SHA256SUM = c4268e452325c7df1661f1588a754c2db127542cc1ce4377f8e7ef222b51d305
+JAMVM_VERSION = cc6997003dd65ba5a32df471b7c0547fba9769f2
+JAMVM_SHA256SUM = 731f913978d15dd1753ef434b4f237237f37280b07e3d1905e76e8c03034fbde
 JAMVM_BASE_URL = http://icedtea.classpath.org/download/drops/jamvm
 JAMVM_URL = $(JAMVM_BASE_URL)/jamvm-$(JAMVM_VERSION).tar.gz
 JAMVM_SRC_ZIP = jamvm-$(JAMVM_VERSION).tar.gz
diff -r 95b6b42f92c3 -r d80b12e57e10 NEWS
--- a/NEWS	Wed Mar 23 13:22:40 2011 +0000
+++ b/NEWS	Thu Mar 24 13:05:27 2011 +0100
@@ -32,6 +32,7 @@
   - CA157: ARM SMP Assertion thinlock failed.
 * JamVM
   - Ignore all unknown options.
+  - Base default min and max heap size on physical memory.
   - Fix reflective array access.
   - Handle O_DELETE in JVM_Open.
   - Minor performance improvement on ARM.



More information about the distro-pkg-dev mailing list