changeset 2460:877ad5f00f69

JamVM: Updated to 2011-08-01 revision. 2011-08-02 Xerxes R?nby <xerxes@zafena.se> JamVM - Put parsing of -cp and -classpath options back in. - Fix threading of references list during compaction. - Further fix to freeClassData for native methods. - Fix class GC with classes containing Miranda methods. - Propogate initialisation errors to top-level. * NEWS: Updated. * Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-08-01 revision. (JAMVM_SHA256SUM): Updated.
author Xerxes R?nby <xerxes@zafena.se>
date Tue, 02 Aug 2011 15:26:54 +0200
parents 05b8c708dced
children e29c130ded8b
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 20 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jul 30 01:23:51 2011 +0100
+++ b/ChangeLog	Tue Aug 02 15:26:54 2011 +0200
@@ -1,3 +1,16 @@
+2011-08-02  Xerxes RĂ„nby  <xerxes@zafena.se>
+
+	JamVM
+	- Put parsing of -cp and -classpath options back in.
+	- Fix threading of references list during compaction.
+	- Further fix to freeClassData for native methods.
+	- Fix class GC with classes containing Miranda methods.
+	- Propogate initialisation errors to top-level.
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2011-08-01 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2011-07-29  Andrew John Hughes  <ahughes@redhat.com>
 
 	PR717: All non-bootstrap patches in IcedTea7
--- a/Makefile.am	Sat Jul 30 01:23:51 2011 +0100
+++ b/Makefile.am	Tue Aug 02 15:26:54 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 = f8b8e8e78ec057a5852ff8c0f3386b48f3eca907
-JAMVM_SHA256SUM = 4107152b0a840656f3551c9b21cb52696417ba6d597457a8b34c86437f9ce64e
+JAMVM_VERSION = 3e473008c66db345d71e3503179d4b73f0ba66da
+JAMVM_SHA256SUM = 4d6a380d8e04cdfd39141d04f7f5f116a4b5f1c7fbca4e37a1b92da15ad93cf7
 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
--- a/NEWS	Sat Jul 30 01:23:51 2011 +0100
+++ b/NEWS	Tue Aug 02 15:26:54 2011 +0200
@@ -24,6 +24,11 @@
   - Add missing describe_pd method for Zero.
 * JamVM
   - JamVM is self-hosting.
+  - Put parsing of -cp and -classpath options back in.
+  - Fix threading of references list during compaction.
+  - Further fix to freeClassData for native methods.
+  - Fix class GC with classes containing Miranda methods.
+  - Propogate initialisation errors to top-level.
   - Make classlib init functions consistent + warnings.
   - Correctly implement sun.misc.Unsafe freeMemory().
   - Move lazy-loading to init function.