/hg/icedtea: JamVM: armhf: ensure stack is 8 byte aligned.
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Mon Sep 5 03:57:53 PDT 2011
changeset 71b9632774f8 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=71b9632774f8
author: Xerxes Ranby <xerxes at zafena.se>
date: Mon Sep 05 13:01:15 2011 +0200
JamVM: armhf: ensure stack is 8 byte aligned.
2011-09-05 Xerxes Ranby <xerxes at zafena.se>
JamVM
- armhf: ensure stack is 8 byte aligned.
* NEWS: Updated.
* Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-09-03
revision. (JAMVM_SHA256SUM): Updated.
diffstat:
ChangeLog | 9 +++++++++
Makefile.am | 4 ++--
NEWS | 1 +
3 files changed, 12 insertions(+), 2 deletions(-)
diffs (41 lines):
diff -r 4141f7541748 -r 71b9632774f8 ChangeLog
--- a/ChangeLog Fri Sep 02 13:25:39 2011 +0200
+++ b/ChangeLog Mon Sep 05 13:01:15 2011 +0200
@@ -1,3 +1,12 @@
+2011-09-05 Xerxes RÃ¥nby <xerxes at zafena.se>
+
+ JamVM
+ - armhf: ensure stack is 8 byte aligned.
+ * NEWS: Updated.
+ * Makefile.am
+ (JAMVM_VERSION): Updated JamVM to 2011-09-03 revision.
+ (JAMVM_SHA256SUM): Updated.
+
2011-09-02 Xerxes RÃ¥nby <xerxes at zafena.se>
JamVM
diff -r 4141f7541748 -r 71b9632774f8 Makefile.am
--- a/Makefile.am Fri Sep 02 13:25:39 2011 +0200
+++ b/Makefile.am Mon Sep 05 13:01:15 2011 +0200
@@ -24,8 +24,8 @@
CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.bz2
CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.bz2
-JAMVM_VERSION = 6a5776faa95649adae498e349da7a93b8b9fc355
-JAMVM_SHA256SUM = 1482dbd4d1ee44b6c50350904ae44debeaee72fb2fafeca6862db9fa00a04171
+JAMVM_VERSION = 12d05e620a9fda129925104bc848014f91d971db
+JAMVM_SHA256SUM = b7e3999f5b46cfddcf717b2d06460d34167fe9eb3b306a311f1df6d31b99ef32
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 4141f7541748 -r 71b9632774f8 NEWS
--- a/NEWS Fri Sep 02 13:25:39 2011 +0200
+++ b/NEWS Mon Sep 05 13:01:15 2011 +0200
@@ -19,6 +19,7 @@
- PR772: jtreg LocalOnlyTest sends SIGQUIT to all processes on exit.
- LP827463: Fix OpenJDK enclosingMethodInfo().
- Add support for armhf.
+ - armhf: ensure stack is 8 byte aligned.
- "Fix" handling of CLI bootclasspath options.
- Fix for StackTraceElement checkin.
- Fix typo in definition of ACC_MIRANDA.
More information about the distro-pkg-dev
mailing list