changeset 2500:fb206d077513

Move JamVM updates to correct section. 2011-10-19 Andrew John Hughes <ahughes@redhat.com> * NEWS: Move recent JamVM changes to correct section. Sync with 2.0.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 19 Oct 2011 06:37:14 +0100
parents 956bad867ba0
children 95c4bc033606
files ChangeLog NEWS
diffstat 2 files changed, 13 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 19 06:35:01 2011 +0100
+++ b/ChangeLog	Wed Oct 19 06:37:14 2011 +0100
@@ -1,3 +1,8 @@
+2011-10-19  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Move recent JamVM changes
+	to correct section.  Sync with 2.0.
+
 2011-10-10  Xerxes RĂ„nby  <xerxes@zafena.se>
 
 	JamVM
--- a/NEWS	Wed Oct 19 06:35:01 2011 +0100
+++ b/NEWS	Wed Oct 19 06:37:14 2011 +0100
@@ -12,6 +12,12 @@
 
 New in release 2.1 (20XX-XX-XX):
 
+* JamVM
+  - Implement classlibCheckIfOnLoad().
+  - Make thread states JVMTI compatible.
+  - Add OpenBSD/sparc to list of recognised hosts.
+  - Handle 'g' when specifying memory + extra checks.
+
 New in release 2.0 (2011-10-19):
 
 * Security fixes
@@ -41,6 +47,7 @@
   - S7044738: Loop unroll optimization causes incorrect result
   - S7068051: SIGSEGV in PhaseIdealLoop::build_loop_late_post
   - S7073913: Avoid random segfaults.
+  - PR751: IcedTea7 should bootstrap with IcedTea7
 * Zero/Shark
   - PR757, S7066143: 7009309 regression: x86 stubRoutines
   - PR753, S7066143: 7009923 regression
@@ -62,10 +69,7 @@
   - Add support for armhf.
   - Skip Java-reflection-related DelegatingClassLoaders, enables JamVM to run NetBeans.
   - Generic JNI stubs for common JNI method signatures.
-  - Implement classlibCheckIfOnLoad().
-  - Make thread states JVMTI compatible.
-  - Add OpenBSD/sparc to list of recognised hosts.
-  - Handle 'g' when specifying memory + extra checks.
+  - Fix memory heap arguments in terms of gigabytes.
   - armhf: ensure stack is 8 byte aligned.
   - "Fix" handling of CLI bootclasspath options.
   - Fix for StackTraceElement checkin.