/hg/icedtea6: CACAO CA164: Get rid of mysterious 10 trailing byt...

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Thu Dec 8 05:36:49 PST 2011


changeset 0d15daf94aed in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=0d15daf94aed
author: Xerxes Ranby <xerxes at zafena.se>
date: Thu Dec 08 15:07:53 2011 +0100

	CACAO CA164: Get rid of mysterious 10 trailing bytes in literal
	strings.

	2011-12-08 Xerxes Ranby <xerxes at zafena.se>

	 CACAO:
		- CA164: Get rid of mysterious 10 trailing bytes in literal strings.
		* NEWS: Updated.
		* Makefile.am: (CACAO_VERSION): Updated CACAO to 2011-12-08
	revision. (CACAO_SHA256SUM): Updated.


diffstat:

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

diffs (42 lines):

diff -r 6a04d4888cc0 -r 0d15daf94aed ChangeLog
--- a/ChangeLog	Thu Dec 08 10:09:28 2011 +0000
+++ b/ChangeLog	Thu Dec 08 15:07:53 2011 +0100
@@ -1,3 +1,13 @@
+2011-12-08  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	CACAO:
+	- CA164: Get rid of mysterious 10 trailing bytes in literal strings.
+	* NEWS:
+	Updated.
+	* Makefile.am:
+	(CACAO_VERSION): Updated CACAO to 2011-12-08 revision.
+	(CACAO_SHA256SUM): Updated.
+
 2011-12-07  Andrew Haley  <aph at redhat.com>
 
 	* arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp
diff -r 6a04d4888cc0 -r 0d15daf94aed Makefile.am
--- a/Makefile.am	Thu Dec 08 10:09:28 2011 +0000
+++ b/Makefile.am	Thu Dec 08 15:07:53 2011 +0100
@@ -5,8 +5,8 @@
 OPENJDK_VERSION = b24
 OPENJDK_URL = http://download.java.net/openjdk/jdk6/promoted/$(OPENJDK_VERSION)/
 
-CACAO_VERSION = ea0e1b9ccf8d
-CACAO_SHA256SUM = cce66fecc290f3f7450a0463e460959028e6c81b0d7b130bb6c54bcbccf39efe
+CACAO_VERSION = cff92704c4e0
+CACAO_SHA256SUM = dc768c9d097fb056ad34fc6d5a57e8fd4f3b24bf515be92acc5ee4208160eb3f
 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 6a04d4888cc0 -r 0d15daf94aed NEWS
--- a/NEWS	Thu Dec 08 10:09:28 2011 +0000
+++ b/NEWS	Thu Dec 08 15:07:53 2011 +0100
@@ -389,6 +389,7 @@
   - CA159: Exception handler blocks / register mixup.
   - CA162: Make class init protection aware of multiple threads.
   - CA163: descriptor_params_from_paramtypes is protected by a mutex now.
+  - CA164: Get rid of mysterious 10 trailing bytes in literal strings.
   - ARM: Remove broken support for float argument passing in registers.
   - ARM: Remove hack for return value in float registers.
   - ARM: Fixed use of uninitialized variable.



More information about the distro-pkg-dev mailing list