/hg/icedtea6: JamVM: Updated to 2012-07-25 revision.

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Mon Aug 13 06:13:51 PDT 2012


changeset b8d3d110abfe in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b8d3d110abfe
author: Xerxes Ranby <xerxes at zafena.se>
date: Mon Aug 13 16:26:21 2012 +0200

	JamVM: Updated to 2012-07-25 revision.

	2012-08-13  Xerxes Ranby  <xerxes at zafena.se>

		JamVM
		- ARMv6 armhf: Changes for Raspbian (Raspberry Pi)
		- PPC: Don't use lwsync if it isn't supported
		- X86: Generate machine-dependent stubs for i386
		- When suspending, ignore detached threads that have died, this prevents
		a user caused deadlock when an external thread has been attached to the
		VM via JNI and it has exited without detaching
		- Add missing REF_TO_OBJs for references passed from JNI,
		this enable JamVM to run Qt-Jambi
		* NEWS: Updated.
		* Makefile.am
		(JAMVM_VERSION): Updated JamVM to 2012-07-25 revision.
		(JAMVM_SHA256SUM): Updated.


diffstat:

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

diffs (56 lines):

diff -r 5cdc730ba01e -r b8d3d110abfe ChangeLog
--- a/ChangeLog	Fri Aug 10 16:39:56 2012 +0200
+++ b/ChangeLog	Mon Aug 13 16:26:21 2012 +0200
@@ -1,3 +1,19 @@
+2012-08-13  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- ARMv6 armhf: Changes for Raspbian (Raspberry Pi)
+	- PPC: Don't use lwsync if it isn't supported
+	- X86: Generate machine-dependent stubs for i386
+	- When suspending, ignore detached threads that have died, this prevents
+	a user caused deadlock when an external thread has been attached to the
+	VM via JNI and it has exited without detaching
+	- Add missing REF_TO_OBJs for references passed from JNI,
+	this enable JamVM to run Qt-Jambi
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2012-07-25 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2012-08-10  Stefan Ring  <stefan at complang.tuwien.ac.at>
 
 	* README: Fix CACAO URL.
diff -r 5cdc730ba01e -r b8d3d110abfe Makefile.am
--- a/Makefile.am	Fri Aug 10 16:39:56 2012 +0200
+++ b/Makefile.am	Mon Aug 13 16:26:21 2012 +0200
@@ -11,8 +11,8 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
 
-JAMVM_VERSION = 4617da717ecb05654ea5bb9572338061106a414d
-JAMVM_SHA256SUM = 47fce7bd556c1b1d29a93b8c45497e0d872b48b7f535066b303336f29d0f0d8d
+JAMVM_VERSION = 77f2ce1a5d1a1d6795be26b81f1cca6d2a057ce7
+JAMVM_SHA256SUM = ee676b26e7e35b93add471b6b58b7d9e746dbc9933ea1ebe6204f5b9fbfcc7bc
 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 5cdc730ba01e -r b8d3d110abfe NEWS
--- a/NEWS	Fri Aug 10 16:39:56 2012 +0200
+++ b/NEWS	Mon Aug 13 16:26:21 2012 +0200
@@ -21,6 +21,15 @@
 * Bug fixes
   - PR902: PulseAudioClip getMicrosecondsLength() returns length in milliseconds, not microseconds
   - PR1050: Stream objects not garbage collected
+* JamVM
+  - ARMv6 armhf: Changes for Raspbian (Raspberry Pi)
+  - PPC: Don't use lwsync if it isn't supported
+  - X86: Generate machine-dependent stubs for i386
+  - When suspending, ignore detached threads that have died, this prevents
+    a user caused deadlock when an external thread has been attached to the VM
+    via JNI and it has exited without detaching
+  - Add missing REF_TO_OBJs for references passed from JNI, this enable JamVM
+    to run Qt-Jambi
 
 New in release 1.11.3 (2012-06-12):
 



More information about the distro-pkg-dev mailing list