/hg/icedtea: JamVM: Fix intermittent crash with Dacapo xalan ben...

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Fri Dec 20 02:33:27 PST 2013


changeset fde41e40bb89 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=fde41e40bb89
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Dec 20 11:46:05 2013 +0100

	JamVM: Fix intermittent crash with Dacapo xalan benchmark; Update to 2013-11-18 revision.

	2013-12-20  Xerxes Ranby  <xerxes at zafena.se>
		    Robert Lougher  <rob at jamvm.org.uk>

		JamVM
		* NEWS: Updated.
		* Makefile.am
		(JAMVM_VERSION): Updated JamVM to 2013-11-18 revision.
		(JAMVM_SHA256SUM): Updated.


diffstat:

 ChangeLog   |   9 +++++++++
 Makefile.am |   4 ++--
 NEWS        |  11 +++++++++++
 3 files changed, 22 insertions(+), 2 deletions(-)

diffs (51 lines):

diff -r fe76f3068203 -r fde41e40bb89 ChangeLog
--- a/ChangeLog	Tue Sep 17 20:15:54 2013 +0200
+++ b/ChangeLog	Fri Dec 20 11:46:05 2013 +0100
@@ -1,3 +1,12 @@
+2013-12-20  Xerxes RÃ¥nby  <xerxes at zafena.se>
+	    Robert Lougher  <rob at jamvm.org.uk>
+
+	JamVM
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2013-11-18 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2013-09-17  Xerxes RÃ¥nby  <xerxes at zafena.se>
 	    Robert Lougher  <rob at jamvm.org.uk>
 
diff -r fe76f3068203 -r fde41e40bb89 Makefile.am
--- a/Makefile.am	Tue Sep 17 20:15:54 2013 +0200
+++ b/Makefile.am	Fri Dec 20 11:46:05 2013 +0100
@@ -26,8 +26,8 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.bz2
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.bz2
 
-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
diff -r fe76f3068203 -r fde41e40bb89 NEWS
--- a/NEWS	Tue Sep 17 20:15:54 2013 +0200
+++ b/NEWS	Fri Dec 20 11:46:05 2013 +0100
@@ -28,6 +28,17 @@
   - Set anonymous class protection domain
   - JVM_IsVMGeneratedMethodIx stub
   - Dummy implementation of sun.misc.Perf natives
+  - 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 308: update to match OpenJDK changes
+  - JSR 292: correct intrinsic cache COMPARE function
+  - Race condition in setting up imethod table
+  - GC: Minor performance improvement
 * Bug fixes
   - PR1346: Filter out -j option to make
   - PR1347: Update list of checked JDKs


More information about the distro-pkg-dev mailing list