/hg/release/icedtea6-1.10: 3 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Mar 24 09:05:28 PDT 2011


changeset 21ce5e4c0a69 in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=21ce5e4c0a69
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Mar 23 13:22:40 2011 +0000

	Bump to hs20 b11.

	2011-03-23 Andrew John Hughes <ahughes at redhat.com>

	 * hotspot.map: Bump to hs20 b11.


changeset 8c8a8bcc71a7 in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=8c8a8bcc71a7
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Mar 24 16:03:19 2011 +0000

	Merge


changeset 100f2c821aa5 in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=100f2c821aa5
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Mar 24 16:05:21 2011 +0000

	Cleanup NEWS and mention hs20 b11.

	2011-03-24 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Cleanup and mention hs20 b11.


diffstat:

 ChangeLog   |  17 +++++++++++++++++
 Makefile.am |   4 ++--
 NEWS        |  10 +++++-----
 hotspot.map |   2 +-
 4 files changed, 25 insertions(+), 8 deletions(-)

diffs (82 lines):

diff -r 18a72e54ee0e -r 100f2c821aa5 ChangeLog
--- a/ChangeLog	Mon Mar 21 17:09:36 2011 +0100
+++ b/ChangeLog	Thu Mar 24 16:05:21 2011 +0000
@@ -1,3 +1,20 @@
+2011-03-24  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Cleanup and mention hs20 b11.
+
+2011-03-24  Xerxes Ranby  <xerxes at zafena.se>
+
+	JamVM: Base default min and max heap size on physical memory.
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated to latest JamVM revision.
+	(JAMVM_SHA256SUM): Updated.
+
+2011-03-23  Andrew John Hughes  <ahughes at redhat.com>
+
+	* hotspot.map:
+	Bump to hs20 b11.
+
 2011-03-21  Xerxes Ranby  <xerxes at zafena.se>
 
 	JamVM: Fix reflective array access.
diff -r 18a72e54ee0e -r 100f2c821aa5 Makefile.am
--- a/Makefile.am	Mon Mar 21 17:09:36 2011 +0100
+++ b/Makefile.am	Thu Mar 24 16:05:21 2011 +0000
@@ -11,8 +11,8 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
 
-JAMVM_VERSION = 5c1ee07b78ecf18b24493b1759e20a7e22570c19
-JAMVM_SHA256SUM = c4268e452325c7df1661f1588a754c2db127542cc1ce4377f8e7ef222b51d305
+JAMVM_VERSION = cc6997003dd65ba5a32df471b7c0547fba9769f2
+JAMVM_SHA256SUM = 731f913978d15dd1753ef434b4f237237f37280b07e3d1905e76e8c03034fbde
 JAMVM_BASE_URL = http://icedtea.classpath.org/download/drops/jamvm
 JAMVM_URL = $(JAMVM_BASE_URL)/jamvm-$(JAMVM_VERSION).tar.gz
 JAMVM_SRC_ZIP = jamvm-$(JAMVM_VERSION).tar.gz
diff -r 18a72e54ee0e -r 100f2c821aa5 NEWS
--- a/NEWS	Mon Mar 21 17:09:36 2011 +0100
+++ b/NEWS	Thu Mar 24 16:05:21 2011 +0000
@@ -11,7 +11,9 @@
 
 New in release 1.10.1 (2011-XX-XX):
 
-* Bug fixes
+* HotSpot 20 updated to b11.
+* Backports
+  - S7023591, S7027667: Clipped antialiased rectangles are filled, not drawn.
 * CACAO
   - Ignore all unknown options, but report them.
   - Fixes build for newer gcc (at least 4.4) on PPC64, breaks older gcc.
@@ -19,11 +21,11 @@
   - CA143: don't hang with invalid locale.
   - CA144: aligned patchers on x86_64.
   - CA148: support for LCMP bytecode.
-  - CA152: Calling Policy.setPolicy with a new Policy object
-    has no effect on the DefaultSecurityManager.
+  - CA152: Calling Policy.setPolicy with a new Policy object has no effect on the DefaultSecurityManager.
   - CA156: uncaughtExceptionHandler doesn't work with OpenJDK 6 b21.
   - CA157: ARM SMP Assertion thinlock failed.
 * JamVM
+  - Base default min and max heap size on physical memory.
   - Fix reflective array access.
   - Handle O_DELETE in JVM_Open.
   - Minor performance improvement on ARM.
@@ -33,8 +35,6 @@
   - On ARM, force interpreter to be built in ARM mode.
   - MIPS: 64-bit and interpreter inlining by default.
   - Trivial implementation of stubs for MIPS.
-* Backports
-  - S7023591, S7027667: Clipped antialiased rectangles are filled, not drawn.
 
 New in release 1.10 (2011-03-02):
 
diff -r 18a72e54ee0e -r 100f2c821aa5 hotspot.map
--- a/hotspot.map	Mon Mar 21 17:09:36 2011 +0100
+++ b/hotspot.map	Thu Mar 24 16:05:21 2011 +0000
@@ -1,2 +1,2 @@
 # version url changeset md5sum
-hs20 http://hg.openjdk.java.net/hsx/hsx20/master f46354849fb3 2791c8009eefee305538c81328a8dfd2
+hs20 http://hg.openjdk.java.net/hsx/hsx20/master f0f676c5a2c6 369ad745bf697d525d1a00fc09906829



More information about the distro-pkg-dev mailing list