changeset 2677:92450bf34748

JamVM: Fix intermittent crash with Dacapo xalan benchmark; Update to 2013-11-18 revision. 2013-12-20 Xerxes Ranby <xerxes@zafena.se> Robert Lougher <rob@jamvm.org.uk> JamVM * NEWS: Updated. * Makefile.am (JAMVM_VERSION): Updated JamVM to 2013-11-18 revision. (JAMVM_SHA256SUM): Updated.
author Xerxes Ranby <xerxes@zafena.se>
date Fri, 20 Dec 2013 11:29:32 +0100
parents e3973c9a8608
children 2ecadf456797
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 22 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Dec 12 16:34:21 2013 +0000
+++ b/ChangeLog	Fri Dec 20 11:29:32 2013 +0100
@@ -1,3 +1,12 @@
+2013-12-20  Xerxes RĂ„nby  <xerxes@zafena.se>
+	    Robert Lougher  <rob@jamvm.org.uk>
+
+	JamVM
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2013-11-18 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2013-12-12  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR1617: Include defs.make in vm.make so
--- a/Makefile.am	Thu Dec 12 16:34:21 2013 +0000
+++ b/Makefile.am	Fri Dec 20 11:29:32 2013 +0100
@@ -24,8 +24,8 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
 
-JAMVM_VERSION = ac22c9948434e528ece451642b4ebde40953ee7e
-JAMVM_SHA256SUM = 4662da1fe3e0e11d8fa685c7f2fc748576b9f3d3e37dc56b798dd6a5bd6b61e7
+JAMVM_VERSION = ec18fb9e49e62dce16c5094ef1527eed619463aa
+JAMVM_SHA256SUM = 31810266666c23822942aac62a78019c2c4589e1c5ee48329cbf42652d4437bc
 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	Thu Dec 12 16:34:21 2013 +0000
+++ b/NEWS	Fri Dec 20 11:29:32 2013 +0100
@@ -17,6 +17,17 @@
 * Bug fixes
  - Fix implicit function declarations
  - PR1617: Include defs.make in vm.make so zeroshark.make is included
+* JamVM
+  - JVM_NewMultiArray: element class may be an array
+  - jtreg test java/lang/reflect/Array/ExceedMaxDim
+  - OpenJDK: Fix Local/Anonymous class checks
+  - classlibMarkThreadTerminated should return Object*
+  - Fix race-condition in constant-pool resolution code
+  - JSR 292: MethodHandle constant-pool refs may be resolved
+  - JSR 292: bootstrap method args error handling
+  - JSR 292: correct intrinsic cache COMPARE function
+  - Race condition in setting up imethod table
+  - GC: Minor performance improvement
 
 New in release 2.4.3 (2013-10-21):