/hg/icedtea6: JamVM: Fix reflective array access.
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Mon Mar 21 08:01:38 PDT 2011
changeset c7649e1d458f in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=c7649e1d458f
author: Xerxes R?nby <xerxes at zafena.se>
date: Mon Mar 21 15:42:53 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 1951b44ffa89 -r c7649e1d458f ChangeLog
--- a/ChangeLog Thu Mar 17 14:22:29 2011 +0100
+++ b/ChangeLog Mon Mar 21 15:42:53 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-17 Xerxes Ranby <xerxes at zafena.se>
CACAO: Update to latest CACAO revision and remove upstreamed pathes.
diff -r 1951b44ffa89 -r c7649e1d458f Makefile.am
--- a/Makefile.am Thu Mar 17 14:22:29 2011 +0100
+++ b/Makefile.am Mon Mar 21 15:42:53 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 1951b44ffa89 -r c7649e1d458f NEWS
--- a/NEWS Thu Mar 17 14:22:29 2011 +0100
+++ b/NEWS Mon Mar 21 15:42:53 2011 +0100
@@ -32,6 +32,7 @@
- CA157: ARM SMP Assertion thinlock failed.
* JamVM
- Ignore all unknown options.
+ - 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