changeset 2669:5f132fbb8b4c

List ARM port changes. 2013-07-24 Andrew John Hughes <gnu.andrew@member.fsf.org> * NEWS: List ARM port changes.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 24 Jul 2013 22:32:23 +0100
parents 4c7988ed06f8
children 93abc9ac9cc2
files ChangeLog NEWS
diffstat 2 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jul 17 21:21:52 2013 +0100
+++ b/ChangeLog	Wed Jul 24 22:32:23 2013 +0100
@@ -1,3 +1,7 @@
+2013-07-24  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* NEWS: List ARM port changes.
+
 2013-07-17  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* patches/boot/ecj-opts.patch,
--- a/NEWS	Wed Jul 17 21:21:52 2013 +0100
+++ b/NEWS	Wed Jul 24 22:32:23 2013 +0100
@@ -12,6 +12,32 @@
 
 New in release 2.3.11 (2013-XX-XX):
 
+* ARM Port
+  - Add arm_port from IcedTea 6
+  - Add patches/arm.patch from IcedTea 6
+  - Add patches/arm-debug.patch from IcedTea 6
+  - Add patches/arm-hsdis.patch from IcedTea 6
+  - Added jvmti event generation for dynamic_generate and compiled_method_load events to ARM JIT compiler
+  - Adjust saved SP when safepointing.
+  - First cut of invokedynamic
+  - Fix trashed thread ptr after recursive re-entry from asm JIT.
+  - JIT-compilation of ldc methodHandle
+  - Rename a bunch of misleadingly-named functions
+  - Changes for HSX22
+  - Changes for HSX23
+  - Corrected call from fast_method_handle_entry to CppInterpreter::method_handle_entry so that thread is loaded into r2
+  - Don't save locals at a return.
+  - Fix call to handle_special_method().  Fix compareAndSwapLong.
+  - Fix JIT bug that miscompiles org.eclipse.ui.internal.contexts.ContextAuthority.sourceChanged
+  - invokedynamic and aldc for JIT
+  - Modified safepoint check to rely on memory protect signal instead of polling
+  - PR1188: ASM Interpreter and Thumb2 JIT javac miscompile modulo reminder on armel
+  - PR1363: Fedora 19 / rawhide FTBFS SIGILL
+  - Remove C++ flags from CC_COMPILE and fix usage in zeroshark.make.
+  - RTC Thumb2 JIT enhancements.
+  - Use ldrexd for atomic reads on ARMv7.
+  - Use unified syntax for thumb code.
+
 New in release 2.3.10 (2013-06-28):
 
 * Security fixes