/hg/icedtea6: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Jan 6 08:32:47 PST 2012


changeset 2c7d274c2a07 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=2c7d274c2a07
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Jan 06 16:28:25 2012 +0000

	Add ARM assembly language port changes to NEWS.

	2012-01-06 Andrew Haley <aph at redhat.com>

	 * NEWS: ARM assembly language port.


changeset b6a6575c1788 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b6a6575c1788
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Jan 06 16:32:35 2012 +0000

	Cleanup ARM entry, separating details into their own section.

	2012-01-06 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Cleanup ARM entry, separating details into
	their own section.


diffstat:

 ChangeLog |  9 +++++++++
 NEWS      |  7 ++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r 9e2ccd629e7b -r b6a6575c1788 ChangeLog
--- a/ChangeLog	Fri Jan 06 14:17:21 2012 +0000
+++ b/ChangeLog	Fri Jan 06 16:32:35 2012 +0000
@@ -1,3 +1,12 @@
+2012-01-06  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Cleanup ARM entry, separating
+	details into their own section.
+
+2012-01-06  Andrew Haley  <aph at redhat.com>
+
+	* NEWS: ARM assembly language port.
+
 2012-01-06  Andrew John Hughes  <ahughes at redhat.com>
 
 	Remove outdated NIO2 backport.
diff -r 9e2ccd629e7b -r b6a6575c1788 NEWS
--- a/NEWS	Fri Jan 06 14:17:21 2012 +0000
+++ b/NEWS	Fri Jan 06 16:32:35 2012 +0000
@@ -13,6 +13,8 @@
 New in release 1.11 (2011-XX-XX):
 
 * Use HotSpot 20 as the default virtual machine.
+* ARM assembly language port reinstated and updated; details below.
+* Allow selection of test suites using the jtreg_checks argument e.g. jtreg_checks="langtools"
 * Drop the outdated NIO2 backport.  Users who want NIO2 should use IcedTea 2.x.
 * Bug fixes
   - PR637: make check should exit with an error code if any regression test failed.
@@ -383,7 +385,10 @@
   - S6851973: ignore incoming channel binding if acceptor does not set one
   - S7091528: javadoc attempts to parse .class files
   - S7103725, RH767129: REGRESSION - 6u29 breaks ssl connectivity using TLS_DH_anon_WITH_AES_128_CBC_SHA
-* Allow selection of test suites using the jtreg_checks argument e.g. jtreg_checks="langtools"
+* ARM Port
+  - Ported to the EABI hard-fp model
+  - Locking for multi-core operation added.
+  - Many minor bugs fixed.
 * CACAO
   - CA149: Used wrong class loader.
   - CA159: Exception handler blocks / register mixup.



More information about the distro-pkg-dev mailing list