/hg/icedtea7: Update CACAO to latest tip.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Apr 24 05:39:02 PDT 2013
changeset e562523c5037 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=e562523c5037
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Apr 24 13:38:48 2013 +0100
Update CACAO to latest tip.
2013-04-24 Andrew John Hughes <gnu.andrew at member.fsf.org>
* patches/cacao/jsig.patch:
Removed.
* Makefile.am:
(CACAO_VERSION): Bump to current tip.
(CACAO_SHA256SUM): Likewise.
(ICEDTEA_PATCHES): Drop unneeded jsig patch.
* NEWS: Updated.
diffstat:
ChangeLog | 10 ++++++++++
Makefile.am | 5 ++---
NEWS | 39 ++++++++++++++++++++++++++++++++++++++-
patches/cacao/jsig.patch | 18 ------------------
4 files changed, 50 insertions(+), 22 deletions(-)
diffs (110 lines):
diff -r d4e0f297cf8f -r e562523c5037 ChangeLog
--- a/ChangeLog Wed Apr 24 10:24:40 2013 +0100
+++ b/ChangeLog Wed Apr 24 13:38:48 2013 +0100
@@ -1,3 +1,13 @@
+2013-04-24 Andrew John Hughes <gnu.andrew at member.fsf.org>
+
+ * patches/cacao/jsig.patch:
+ Removed.
+ * Makefile.am:
+ (CACAO_VERSION): Bump to current tip.
+ (CACAO_SHA256SUM): Likewise.
+ (ICEDTEA_PATCHES): Drop unneeded jsig patch.
+ * NEWS: Updated.
+
2013-04-24 Andrew John Hughes <gnu.andrew at member.fsf.org>
* Makefile.am,
diff -r d4e0f297cf8f -r e562523c5037 Makefile.am
--- a/Makefile.am Wed Apr 24 10:24:40 2013 +0100
+++ b/Makefile.am Wed Apr 24 13:38:48 2013 +0100
@@ -18,8 +18,8 @@
LANGTOOLS_SHA256SUM = c412b61b095154fee4c45dc133f2baca3100fecd48b742f80da49a52ec473b02
OPENJDK_SHA256SUM = 44c3e4a130fe4b76c1ba977ae2251884cefa774b82a24c4415b64395aef9594c
-CACAO_VERSION = a567bcb7f589
-CACAO_SHA256SUM = d49f79debc131a5694cae6ab3ba2864e7f3249ee8d9dc09aae8afdd4dc6b09f9
+CACAO_VERSION = e215e36be9fc
+CACAO_SHA256SUM = 4966514c72ee7ed108b882d9b6e65c3adf8a8f9c2dccb029f971b3c8cb4870ab
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
@@ -266,7 +266,6 @@
if BUILD_CACAO
ICEDTEA_PATCHES += \
patches/cacao/launcher.patch \
- patches/cacao/jsig.patch \
patches/cacao/memory.patch
else
if USING_CACAO
diff -r d4e0f297cf8f -r e562523c5037 NEWS
--- a/NEWS Wed Apr 24 10:24:40 2013 +0100
+++ b/NEWS Wed Apr 24 13:38:48 2013 +0100
@@ -678,7 +678,44 @@
- Revert 7060849
- Set UNLIMITED_CRYPTO=true to ensure we use the unlimited policy.
- Set handleStartupErrors to ignoreMultipleInitialisation in nss.cfg to fix PR473
-
+* CACAO
+ - src/vm/jit/x86_64/asmpart.S (asm_abstractmethoderror): Keep stack aligned.
+ - src/native/jni.cpp (GetObjectClass): Remove null pointer check.
+ - Removing the cache flush was not the brightest idea. Putting it back in.
+ - arm: Make md_dcacheflush a compiler barrier, as on x86.
+ - src/vm/jit/codegen-common.cpp: Removed superfluous memory barrier
+ - CA168: Updating to the new assertion interface of GNU Classpath
+ - src/vm/jit/trap.cpp (trap_handle): Print stack trace before aborting.
+ - arm: Thumb interworking should work on armv5
+ - Fixed using typename declarations for clang
+ - src/native/vm/openjdk/sun_misc_Perf.cpp: Implement high resolution timer.
+ - Loop analysis completed.
+ - Finding variable assignments between block and idom(block).
+ - fully redundant ABC removal
+ - finding counter variables
+ - more efficient version of Interval, Scalar and NumericInstruction.
+ - simple loop duplication
+ - loop duplication: nested loops
+ - loop duplication: non-negative increments
+ - loop duplication: decreasing index
+ - ABC grouping implemented, NullPointerException now thrown at correct position after loop duplication
+ - NullPointerException now thrown at the correct position after ABC grouping.
+ - IntervalMap improved.
+ - CA166: make check-langtools failure: MineField.sh
+ - CA167: intern strings in get_StackTraceElement
+ - src/native/vm/openjdk/jvm.cpp: Recreate JVM_Available.
+ - Export JVM_SetNativeThreadName (noop)
+ - src/vm/initialize.cpp: Explicitly initialize java/lang/Class early.
+ - Adapt to recent java.lang.String changes in openjdk7
+ - jdk_str_ops broke the GNU classpath build.
+ - Support class version 51 unconditionally. Also identify as Java 6.
+ - Stop creating pseudo files for OpenJDK (libjsig.so, Xusage.txt)
+ - src/vm/jit/alpha/asmpart.S: Properly set up GP in asm_abstractmethoderror
+ - CA172, PR1266, G453612: ARM hardfloat support
+ - Clang fix for the i386 backend
+ - Fix rt-timing
+ - Moved rt-timing.{c,h} to C++
+
New in release 2.3.8 (2013-03-11):
* Security fixes
diff -r d4e0f297cf8f -r e562523c5037 patches/cacao/jsig.patch
--- a/patches/cacao/jsig.patch Wed Apr 24 10:24:40 2013 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-diff -Nru cacao.orig/Makefile.am cacao/Makefile.am
---- cacao.orig/cacao/src/cacao/Makefile.am 2008-08-04 17:51:28.000000000 +0100
-+++ cacao/cacao/src/cacao/Makefile.am 2010-05-11 10:29:35.000000000 +0100
-@@ -96,12 +96,12 @@
- $(mkdir_p) $(prefix)/jre/lib/$(JAVA_ARCH)/server
- $(LN_S) -f $(libdir)/libjvm.so $(prefix)/jre/lib/$(JAVA_ARCH)/server
- $(ECHO) $(ECHO_N) > $(prefix)/jre/lib/$(JAVA_ARCH)/server/Xusage.txt
-- $(ECHO) $(ECHO_N) > $(prefix)/jre/lib/$(JAVA_ARCH)/server/libjsig.so
-+ $(ECHO) $(ECHO_N) > $(prefix)/jre/lib/$(JAVA_ARCH)/libjsig.so
-
- uninstall-local:
- rm -f $(prefix)/jre/lib/$(JAVA_ARCH)/server/libjvm.so
- rm -f $(prefix)/jre/lib/$(JAVA_ARCH)/server/Xusage.txt
-- rm -f $(prefix)/jre/lib/$(JAVA_ARCH)/server/libjsig.so
-+ rm -f $(prefix)/jre/lib/$(JAVA_ARCH)/libjsig.so
- endif
-
-
More information about the distro-pkg-dev
mailing list