/hg/icedtea7: JamVM: Updated to 2011-08-08 revision.
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Tue Aug 9 04:16:28 PDT 2011
changeset 8ac25d11a9e5 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=8ac25d11a9e5
author: Xerxes Ranby <xerxes at zafena.se>
date: Tue Aug 09 13:16:18 2011 +0200
JamVM: Updated to 2011-08-08 revision.
2011-08-09 Xerxes Ranby <xerxes at zafena.se>
JamVM
- Remove empty clobber.
- Use dots instead of slashes in classname for exception.
- Correct thrown exception by bootstrap loader.
* NEWS: Updated.
* Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-08-08
revision. (JAMVM_SHA256SUM): Updated.
diffstat:
ChangeLog | 11 +++++++++++
Makefile.am | 4 ++--
NEWS | 3 +++
3 files changed, 16 insertions(+), 2 deletions(-)
diffs (45 lines):
diff -r 39e5e6de461a -r 8ac25d11a9e5 ChangeLog
--- a/ChangeLog Wed Aug 03 18:21:10 2011 +0100
+++ b/ChangeLog Tue Aug 09 13:16:18 2011 +0200
@@ -1,3 +1,14 @@
+2011-08-09 Xerxes RÃ¥nby <xerxes at zafena.se>
+
+ JamVM
+ - Remove empty clobber.
+ - Use dots instead of slashes in classname for exception.
+ - Correct thrown exception by bootstrap loader.
+ * NEWS: Updated.
+ * Makefile.am
+ (JAMVM_VERSION): Updated JamVM to 2011-08-08 revision.
+ (JAMVM_SHA256SUM): Updated.
+
2011-08-03 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Updated with changes from
diff -r 39e5e6de461a -r 8ac25d11a9e5 Makefile.am
--- a/Makefile.am Wed Aug 03 18:21:10 2011 +0100
+++ b/Makefile.am Tue Aug 09 13:16:18 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 = 3e473008c66db345d71e3503179d4b73f0ba66da
-JAMVM_SHA256SUM = 4d6a380d8e04cdfd39141d04f7f5f116a4b5f1c7fbca4e37a1b92da15ad93cf7
+JAMVM_VERSION = 0501bb8bea978c2d37e7b5caaa0969c92ae148b4
+JAMVM_SHA256SUM = 5a21290813affb5878d27995e487c60e7d0b85793987bb814baf162f179acedb
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 39e5e6de461a -r 8ac25d11a9e5 NEWS
--- a/NEWS Wed Aug 03 18:21:10 2011 +0100
+++ b/NEWS Tue Aug 09 13:16:18 2011 +0200
@@ -30,6 +30,9 @@
- Add missing describe_pd method for Zero.
* JamVM
- JamVM is self-hosting.
+ - Remove empty clobber.
+ - Use dots instead of slashes in classname for exception.
+ - Correct thrown exception by bootstrap loader.
- Put parsing of -cp and -classpath options back in.
- Fix threading of references list during compaction.
- Further fix to freeClassData for native methods.
More information about the distro-pkg-dev
mailing list