/hg/icedtea6: JamVM: Handle overflow in getPhysicalMemory().
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Sat Mar 26 00:31:01 PDT 2011
changeset 6fb1dbbbd0d3 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=6fb1dbbbd0d3
author: Xerxes R?nby <xerxes at zafena.se>
date: Sat Mar 26 08:30:50 2011 +0100
JamVM: Handle overflow in getPhysicalMemory().
2011-03-26 Xerxes Ranby <xerxes at zafena.se>
JamVM: Handle overflow in getPhysicalMemory().
* 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 8c01fdae79ef -r 6fb1dbbbd0d3 ChangeLog
--- a/ChangeLog Fri Mar 25 13:44:12 2011 +0100
+++ b/ChangeLog Sat Mar 26 08:30:50 2011 +0100
@@ -1,3 +1,11 @@
+2011-03-26 Xerxes Ranby <xerxes at zafena.se>
+
+ JamVM: Handle overflow in getPhysicalMemory().
+ * NEWS: Updated.
+ * Makefile.am
+ (JAMVM_VERSION): Updated to latest JamVM revision.
+ (JAMVM_SHA256SUM): Updated.
+
2011-03-25 Pavel Tisnovsky <ptisnovs at redhat.com>
* Makefile.am: Add new patch.
diff -r 8c01fdae79ef -r 6fb1dbbbd0d3 Makefile.am
--- a/Makefile.am Fri Mar 25 13:44:12 2011 +0100
+++ b/Makefile.am Sat Mar 26 08:30:50 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 = 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
diff -r 8c01fdae79ef -r 6fb1dbbbd0d3 NEWS
--- a/NEWS Fri Mar 25 13:44:12 2011 +0100
+++ b/NEWS Sat Mar 26 08:30:50 2011 +0100
@@ -33,6 +33,7 @@
- CA157: ARM SMP Assertion thinlock failed.
* 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.
More information about the distro-pkg-dev
mailing list