/hg/release/icedtea6-1.10: JamVM: Fix reflective array access.
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Mon Mar 21 09:28:32 PDT 2011
changeset 18a72e54ee0e in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=18a72e54ee0e
author: Xerxes R?nby <xerxes at zafena.se>
date: Mon Mar 21 17:09:36 2011 +0100
JamVM: Fix reflective array access.
2011-03-21 Xerxes Ranby <xerxes at zafena.se>
JamVM: Fix reflective array access.
* 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 d13729d1181e -r 18a72e54ee0e ChangeLog
--- a/ChangeLog Mon Mar 21 16:51:13 2011 +0100
+++ b/ChangeLog Mon Mar 21 17:09:36 2011 +0100
@@ -1,3 +1,11 @@
+2011-03-21 Xerxes Ranby <xerxes at zafena.se>
+
+ JamVM: Fix reflective array access.
+ * NEWS: Updated.
+ * Makefile.am
+ (JAMVM_VERSION): Updated to latest JamVM revision.
+ (JAMVM_SHA256SUM): Updated.
+
2011-03-21 Xerxes Ranby <xerxes at zafena.se>
CACAO: Update to latest CACAO revision and remove upstreamed patches.
diff -r d13729d1181e -r 18a72e54ee0e Makefile.am
--- a/Makefile.am Mon Mar 21 16:51:13 2011 +0100
+++ b/Makefile.am Mon Mar 21 17:09:36 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 = 78f044e3052e804d4dcc37014dc52e78266d5875
-JAMVM_SHA256SUM = d11b8966e616210c2e718d80f9c12be2a8fbed92d12bb2a8b9b119ac99b69acc
+JAMVM_VERSION = 5c1ee07b78ecf18b24493b1759e20a7e22570c19
+JAMVM_SHA256SUM = c4268e452325c7df1661f1588a754c2db127542cc1ce4377f8e7ef222b51d305
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 d13729d1181e -r 18a72e54ee0e NEWS
--- a/NEWS Mon Mar 21 16:51:13 2011 +0100
+++ b/NEWS Mon Mar 21 17:09:36 2011 +0100
@@ -24,6 +24,7 @@
- CA156: uncaughtExceptionHandler doesn't work with OpenJDK 6 b21.
- CA157: ARM SMP Assertion thinlock failed.
* JamVM
+ - Fix reflective array access.
- Handle O_DELETE in JVM_Open.
- Minor performance improvement on ARM.
- First set of changes to support JamVM/OpenJDK on MacOS X.
More information about the distro-pkg-dev
mailing list