/hg/release/icedtea6-1.10: JamVM: Base default min and max heap ...

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


changeset 1e6b2d4fbb71 in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=1e6b2d4fbb71
author: Xerxes R?nby <xerxes at zafena.se>
date: Thu Mar 24 13:06: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 18a72e54ee0e -r 1e6b2d4fbb71 ChangeLog
--- a/ChangeLog	Mon Mar 21 17:09:36 2011 +0100
+++ b/ChangeLog	Thu Mar 24 13:06: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-21  Xerxes Ranby  <xerxes at zafena.se>
 
 	JamVM: Fix reflective array access.
diff -r 18a72e54ee0e -r 1e6b2d4fbb71 Makefile.am
--- a/Makefile.am	Mon Mar 21 17:09:36 2011 +0100
+++ b/Makefile.am	Thu Mar 24 13:06: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 18a72e54ee0e -r 1e6b2d4fbb71 NEWS
--- a/NEWS	Mon Mar 21 17:09:36 2011 +0100
+++ b/NEWS	Thu Mar 24 13:06:27 2011 +0100
@@ -24,6 +24,7 @@
   - CA156: uncaughtExceptionHandler doesn't work with OpenJDK 6 b21.
   - CA157: ARM SMP Assertion thinlock failed.
 * JamVM
+  - 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