/hg/icedtea6: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Mar 19 07:47:25 PDT 2010


changeset 2ce1a2c119bb in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=2ce1a2c119bb
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Mar 18 21:10:55 2010 +0000

	Update NEWS with OpenJDK6 b18 details and plugin/NetX build changes.

	2010-03-18 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Update for 1.8. List OpenJDK6 b18 features
	and add further details of plugin/NetX build changes.


changeset 3fa0b8d84878 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=3fa0b8d84878
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Mar 19 14:47:16 2010 +0000

	Merge


diffstat:

3 files changed, 28 insertions(+), 23 deletions(-)
ChangeLog                         |   12 ++++++++++++
NEWS                              |   21 ++++++++++++++++-----
patches/icedtea-sh4-support.patch |   18 ------------------

diffs (78 lines):

diff -r 5a761c257361 -r 3fa0b8d84878 ChangeLog
--- a/ChangeLog	Thu Mar 18 19:27:35 2010 +0100
+++ b/ChangeLog	Fri Mar 19 14:47:16 2010 +0000
@@ -1,3 +1,15 @@ 2010-03-18  Pavel Tisnovsky <ptisnovs at re
+2010-03-19  Pavel Tisnovsky <ptisnovs at redhat.com>
+
+	* patches/icedtea-sh4-support.patch: removed duplicated
+	lines causing warning message when this patch is applied
+
+2010-03-18  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS:
+	Update for 1.8.  List OpenJDK6 b18 features
+	and add further details of plugin/NetX build
+	changes.
+
 2010-03-18  Pavel Tisnovsky <ptisnovs at redhat.com>
 
 	* patches/icedtea-jtreg-httpTest.patch: new regression test
diff -r 5a761c257361 -r 3fa0b8d84878 NEWS
--- a/NEWS	Thu Mar 18 19:27:35 2010 +0100
+++ b/NEWS	Fri Mar 19 14:47:16 2010 +0000
@@ -1,11 +1,22 @@ New in release 1.8 (2010-XX-XX):
 New in release 1.8 (2010-XX-XX):
 
 - Updated to OpenJDK6 b18.
-- Removed the Plugin, replaced by the NPPlugin.
-Zero/Shark
-- Shark is now able to build itself.
-- For ARM, add Thumb2 JIT.
-- Fixed Shark sharkCompiler mattr memory corruption bug when using llvm 2.7.
+  - Nimbus Look 'n' Feel backported from OpenJDK7.
+  - JAXP and JAXWS now external dependencies rather than being in-tree.
+  - Updated timezone data
+  - Addition of security updates applied in IcedTea6 1.6.2.
+  - Many bug fixes:
+    http://blogs.sun.com/darcy/resource/OpenJDK_6/openjdk6-b18-changes-summary.html
+- Old plugin removed; NPPlugin is now the default and is controlled by
+  --enable/disable-plugin.  As with the old plugin, it produces a
+  IcedTeaPlugin.so library rather than IcedTeaNPPlugin.so.
+- Dependence on the binary plugs mechanism removed.  The plugin and NetX
+  code is now imported into the JDK build in the same manner as langtools,
+  CORBA, JAXP and JAXWS.
+- Zero/Shark
+  - Shark is now able to build itself.
+  - For ARM, add Thumb2 JIT.
+  - Fixed Shark sharkCompiler mattr memory corruption bug when using llvm 2.7.
 
 New in release 1.7.1 (2010-02-26):
 
diff -r 5a761c257361 -r 3fa0b8d84878 patches/icedtea-sh4-support.patch
--- a/patches/icedtea-sh4-support.patch	Thu Mar 18 19:27:35 2010 +0100
+++ b/patches/icedtea-sh4-support.patch	Fri Mar 19 14:47:16 2010 +0000
@@ -96,24 +96,6 @@
    endif
  
 --- openjdk/jdk/make/jdk_generic_profile.sh	2010-01-19 09:49:57.000000000 +0900
-+++ openjdk/jdk/make/jdk_generic_profile.sh	2010-01-19 21:43:22.000000000 +0900
-@@ -350,13 +350,14 @@
-     i?86)    ZERO_LIBARCH=i386      ;;
-     sparc64) ZERO_LIBARCH=sparcv9   ;;
-     arm*)    ZERO_LIBARCH=arm       ;;
-+    sh*)     ZERO_LIBARCH=sh       ;;
-     *)       ZERO_LIBARCH="$(arch)"
-   esac
-   export ZERO_LIBARCH
- 
-   # ARCH_DATA_MODEL is the number of bits in a pointer
-   case "${ZERO_LIBARCH}" in
--    i386|ppc|s390|sparc|arm)
-+    i386|ppc|s390|sparc|arm|sh)
-       ARCH_DATA_MODEL=32
-       ;;
-     amd64|ppc64|s390x|sparcv9|ia64|alpha)
---- openjdk/jdk/make/jdk_generic_profile.sh	2010-01-19 09:49:57.000000000 +0900
 +++ openjdk/jdk/make/jdk_generic_profile.sh	2010-01-19 21:44:30.000000000 +0900
 @@ -350,13 +350,14 @@
      i?86)    ZERO_LIBARCH=i386      ;;



More information about the distro-pkg-dev mailing list