/hg/icedtea6: CACAO: Updated to 2011-08-08 revision.

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Tue Aug 9 02:34:37 PDT 2011


changeset 305c98561e8d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=305c98561e8d
author: Xerxes Ranby <xerxes at zafena.se>
date: Tue Aug 09 11:34:28 2011 +0200

	CACAO: Updated to 2011-08-08 revision.

	2011-08-09 Xerxes R?nby <xerxes at zafena.se>

	 CACAO
		- CA159: Exception handler blocks / register mixup.
		- Set thread to RUNNABLE during Thread.start.
		- Removed state-setting function call that would be done by the thread
	itself, creating a nasty race.
		* NEWS: Updated.
		* Makefile.am (CACAO_VERSION): Updated CACAO to 2011-08-08
	revision. (CACAO_SHA256SUM): Updated.


diffstat:

 ChangeLog   |  12 ++++++++++++
 Makefile.am |   4 ++--
 NEWS        |   4 ++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diffs (47 lines):

diff -r 9193b3c49dd0 -r 305c98561e8d ChangeLog
--- a/ChangeLog	Tue Aug 09 11:21:50 2011 +0200
+++ b/ChangeLog	Tue Aug 09 11:34:28 2011 +0200
@@ -1,3 +1,15 @@
+2011-08-09  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	CACAO
+	- CA159: Exception handler blocks / register mixup.
+	- Set thread to RUNNABLE during Thread.start.
+	- Removed state-setting function call that would be done by the thread
+	  itself, creating a nasty race.
+	* NEWS: Updated.
+	* Makefile.am
+	(CACAO_VERSION): Updated CACAO to 2011-08-08 revision.
+	(CACAO_SHA256SUM): Updated.
+
 2011-08-09  Xerxes RÃ¥nby  <xerxes at zafena.se>
 
 	JamVM
diff -r 9193b3c49dd0 -r 305c98561e8d Makefile.am
--- a/Makefile.am	Tue Aug 09 11:21:50 2011 +0200
+++ b/Makefile.am	Tue Aug 09 11:34:28 2011 +0200
@@ -5,8 +5,8 @@
 OPENJDK_VERSION = b23
 OPENJDK_URL = http://download.java.net/openjdk/jdk6/promoted/$(OPENJDK_VERSION)/
 
-CACAO_VERSION = d6264eb66506
-CACAO_SHA256SUM = 94ea7899e806ccbc33a732b5113a8f969d8b1f4ce7ffd27cf04577054f65f63c
+CACAO_VERSION = 12d5cd5d2dfa
+CACAO_SHA256SUM = f4a93710709f43e203d79c1c8bb73f14ebcca41be75887fb92308b86747312c5
 CACAO_BASE_URL = http://icedtea.classpath.org/download/drops/cacao
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
diff -r 9193b3c49dd0 -r 305c98561e8d NEWS
--- a/NEWS	Tue Aug 09 11:21:50 2011 +0200
+++ b/NEWS	Tue Aug 09 11:34:28 2011 +0200
@@ -366,6 +366,10 @@
   - S6934356: Vector.writeObject() serialization may deadlock
 * Allow selection of test suites using the jtreg_checks argument e.g. jtreg_checks="langtools"
 * CACAO
+  - CA159: Exception handler blocks / register mixup.
+  - Set thread to RUNNABLE during Thread.start.
+  - Removed state-setting function call that would be done by the thread itself,
+    creating a nasty race.
   - Threadlist & threadobject improvements.
 * JamVM
   - Remove empty clobber.



More information about the distro-pkg-dev mailing list