/hg/icedtea6: CACAO threadlist & threadobject improvements.

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Thu May 5 05:49:01 PDT 2011


changeset 50ed8053ec2f in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=50ed8053ec2f
author: Xerxes R?nby <xerxes at zafena.se>
date: Thu May 05 14:26:49 2011 +0200

	CACAO threadlist & threadobject improvements.

	2011-05-05 Xerxes R?nby <xranby at zafena.se>

	 CACAO threadlist & threadobject improvements.
	        * NEWS: Updated.
	        * Makefile.am (CACAO_VERSION): Updated to latest CACAO
	revision. (CACAO_SHA256SUM): Updated.


diffstat:

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

diffs (40 lines):

diff -r 2afcd8dd14a0 -r 50ed8053ec2f ChangeLog
--- a/ChangeLog	Wed May 04 16:22:47 2011 -0400
+++ b/ChangeLog	Thu May 05 14:26:49 2011 +0200
@@ -1,3 +1,11 @@
+2011-05-05  Xerxes RÃ¥nby  <xranby at zafena.se>
+
+	CACAO threadlist & threadobject improvements.
+	* NEWS: Updated.
+	* Makefile.am
+	(CACAO_VERSION): Updated to latest CACAO revision.
+	(CACAO_SHA256SUM): Updated.
+
 2011-05-04  Omair Majid  <omajid at redhat.com>
 
 	* Makefile.am (ICEDTEA_PATCHES): Drop bytebuffer-compact.patch. The
diff -r 2afcd8dd14a0 -r 50ed8053ec2f Makefile.am
--- a/Makefile.am	Wed May 04 16:22:47 2011 -0400
+++ b/Makefile.am	Thu May 05 14:26:49 2011 +0200
@@ -5,8 +5,8 @@
 OPENJDK_VERSION = b22
 OPENJDK_URL = http://download.java.net/openjdk/jdk6/promoted/$(OPENJDK_VERSION)/
 
-CACAO_VERSION = c7bf150bfa46
-CACAO_SHA256SUM = 73629f5ac9514afbcf63b6cdf58556e889a5f6a22d4bd70de1dd2816c6500aee
+CACAO_VERSION = d6264eb66506
+CACAO_SHA256SUM = 94ea7899e806ccbc33a732b5113a8f969d8b1f4ce7ffd27cf04577054f65f63c
 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 2afcd8dd14a0 -r 50ed8053ec2f NEWS
--- a/NEWS	Wed May 04 16:22:47 2011 -0400
+++ b/NEWS	Thu May 05 14:26:49 2011 +0200
@@ -30,6 +30,7 @@
   - S7031385, PR680: Incorrect register allocation in orderAccess_linux_x86.inline.hpp
 * Allow selection of test suites using the jtreg_checks argument e.g. jtreg_checks="langtools"
 * CACAO
+  - Threadlist & threadobject improvements.
   - Ignore all unknown options, but report them.
   - Fixes build for newer gcc (at least 4.4) on PPC64, breaks older gcc.
   - CA123: LD_LIBRARY_PATH and java.library.path.



More information about the distro-pkg-dev mailing list