/hg/icedtea7: JamVM: Fix intermittent crash with Dacapo xalan be...
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Fri Dec 20 02:27:46 PST 2013
changeset 92450bf34748 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=92450bf34748
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Dec 20 11:29:32 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 e3973c9a8608 -r 92450bf34748 ChangeLog
--- 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 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-12-12 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR1617: Include defs.make in vm.make so
diff -r e3973c9a8608 -r 92450bf34748 Makefile.am
--- 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
diff -r e3973c9a8608 -r 92450bf34748 NEWS
--- 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):
More information about the distro-pkg-dev
mailing list