changeset 2412:49296ef62eeb

JamVM: Handle overflow in getPhysicalMemory(). 2011-03-26 Xerxes Ranby <xerxes@zafena.se> JamVM: Handle overflow in getPhysicalMemory(). * NEWS: Updated. * Makefile.am (JAMVM_VERSION): Updated to latest JamVM revision. (JAMVM_SHA256SUM): Updated.
author Xerxes R?nby <xerxes@zafena.se>
date Sat, 26 Mar 2011 08:30:50 +0100
parents 14141aa5f9e7
children fe53d17d70d9
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 24 13:05:27 2011 +0100
+++ b/ChangeLog	Sat Mar 26 08:30:50 2011 +0100
@@ -1,3 +1,11 @@
+2011-03-26  Xerxes Ranby  <xerxes@zafena.se>
+
+	JamVM: Handle overflow in getPhysicalMemory().
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated to latest JamVM revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2011-03-24  Xerxes Ranby  <xerxes@zafena.se>
 
 	JamVM: Base default min and max heap size on physical memory.
--- a/Makefile.am	Thu Mar 24 13:05:27 2011 +0100
+++ b/Makefile.am	Sat Mar 26 08:30:50 2011 +0100
@@ -24,8 +24,8 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.bz2
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.bz2
 
-JAMVM_VERSION = cc6997003dd65ba5a32df471b7c0547fba9769f2
-JAMVM_SHA256SUM = 731f913978d15dd1753ef434b4f237237f37280b07e3d1905e76e8c03034fbde
+JAMVM_VERSION = a95ca049d3bb257d730535a5d5ec3f73a943d0aa
+JAMVM_SHA256SUM = 18bb5c97c03fb73f70b481440e3e11803448d327c024d4570a338b899693fefd
 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
--- a/NEWS	Thu Mar 24 13:05:27 2011 +0100
+++ b/NEWS	Sat Mar 26 08:30:50 2011 +0100
@@ -13,6 +13,7 @@
   - PR640: JamVM fails to build - Unrecognised option: -XX:ThreadStackSize.
 * JamVM
   - Ignore all unknown options.
+  - Handle overflow in getPhysicalMemory().
   - Base default min and max heap size on physical memory.
   - Fix reflective array access.
   - Handle O_DELETE in JVM_Open.