/hg/icedtea6: JamVM: Fix intermittent crash with Dacapo xalan be...

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Fri Dec 20 01:54:28 PST 2013


changeset 74aaf8c87752 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=74aaf8c87752
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Dec 20 11:06:38 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. Removed note about JSR 355 for IcedTea 1.
		  JSR 335 is only enabled for IcedTea 3 / OpenJDK 8 builds.
		* Makefile.am
		(JAMVM_VERSION): Updated JamVM to 2013-11-18 revision.
		(JAMVM_SHA256SUM): Updated.


diffstat:

 ChangeLog   |  10 ++++++++++
 Makefile.am |   4 ++--
 NEWS        |   8 +++++++-
 3 files changed, 19 insertions(+), 3 deletions(-)

diffs (56 lines):

diff -r 97ed56b5fc9e -r 74aaf8c87752 ChangeLog
--- a/ChangeLog	Fri Dec 20 02:51:08 2013 +0000
+++ b/ChangeLog	Fri Dec 20 11:06:38 2013 +0100
@@ -1,3 +1,13 @@
+2013-12-20  Xerxes RÃ¥nby  <xerxes at zafena.se>
+	    Robert Lougher  <rob at jamvm.org.uk>
+
+	JamVM
+	* NEWS: Updated. Removed note about JSR 355 for IcedTea 1.
+	  JSR 335 is only enabled for IcedTea 3 / OpenJDK 8 builds.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2013-11-18 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2013-12-19  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR1502: Allow use of system LCMS 2
diff -r 97ed56b5fc9e -r 74aaf8c87752 Makefile.am
--- a/Makefile.am	Fri Dec 20 02:51:08 2013 +0000
+++ b/Makefile.am	Fri Dec 20 11:06:38 2013 +0100
@@ -11,8 +11,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
diff -r 97ed56b5fc9e -r 74aaf8c87752 NEWS
--- a/NEWS	Fri Dec 20 02:51:08 2013 +0000
+++ b/NEWS	Fri Dec 20 11:06:38 2013 +0100
@@ -887,7 +887,6 @@
   - PR1535: Allow use of system Kerberos to obtain cache location
   - PR1627: JDK check should depend on bootstrapping check
 * JamVM
-  - JSR 335: Lambda Expressions
   - JEP 171: Implement fence methods in sun.misc.Unsafe
   - sun.misc.Unsafe: additional methods get/putAddress
   - FreeClassData: adjust method count for Miranda methods
@@ -898,6 +897,13 @@
   - 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
+  - Race condition in setting up imethod table
+  - GC: Minor performance improvement
 
 New in release 1.12.7 (2013-11-21):
 


More information about the distro-pkg-dev mailing list