/hg/icedtea6-hg: 52 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Sep 8 16:04:05 PDT 2011


changeset bfbd7ccaa20c in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=bfbd7ccaa20c
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jul 06 20:55:06 2011 +0100

	Normalise whitespace in JPEG code.

	2011-07-06 Andrew John Hughes <ahughes at redhat.com>

	 * overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/
	codec/jpeg/ImageFormatException.java,
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/JPEGCodec.java,
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/JPEGDecodeParam.java,
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/JPEGEncodeParam.java,
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/JPEGHuffmanTable.java,
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/JPEGImageDecoder.java,
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/JPEGImageEncoder.java,
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/JPEGQTable.java,
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/TruncatedFileException.java,
		* overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEG
	ImageDecoderImpl.java,
		* overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEG
	ImageEncoderImpl.java,
		* overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEG
	Param.java: Normalise whitespace using Oracle normaliser.


changeset 944778c61e3c in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=944778c61e3c
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jul 06 23:24:30 2011 +0100

	PR icedtea/752: Increase binary compatibility of JPEG classes.

	2011-07-06 Andrew John Hughes <ahughes at redhat.com>

	 Make JPEG classes more binary compatible with Oracle
	versions.
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/ImageFormatException.java: Extend RuntimeException.
	(ImageFormatException()): Call superclass constructor.
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/JPEGCodec.java: (JPEGCodec()): Make explicit private
	constructor to prevent implicit public one.
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/JPEGHuffmanTable.java: Don't extend
	javax.imageio.plugins.jpeg.JPEGHuffmanTable. (lengths):
	Added. (symbols): Added. (JPEGHuffmanTable(short[],
	short[])): Perform checks outlined in documentation.
	(getLengths()): Added. (getSymbols()): Return symbols.
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/JPEGImageEncoder.java: (getDefaultColorId(ColorModel)): Fix
	typo (was DefaultColorID).
		* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg
	/TruncatedFileException.java:
	(TruncatedFileException(BufferedImage)): Add missing constructor.
	(TruncatedFileException(Raster)): Likewise.
	(getBufferedImage()): Implemented. (getRaster()): Add
	missing method. (TruncatedFileException()): Removed.
	(TruncatedFileException(String)): Likewise.
		* overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEG
	ImageDecoderImpl.java: (decodeAsBufferedImage()): Remove
	unneeded qualification and convert from com.sun JPEGHuffmanTable
	to javax.imageio one.
		* overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEG
	ImageEncoderImpl.java: (getDefaultColorId(ColorModel)): Fix
	typo (was DefaultColorID).
		* NEWS: Updated.


changeset 922f35a6bf90 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=922f35a6bf90
author: ptisnovs
date: Thu Jul 07 11:47:06 2011 +0200

	Fixed test location (added missing prefix 'jdk' into path).


changeset b98c208a3244 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=b98c208a3244
author: ptisnovs
date: Thu Jul 07 13:43:41 2011 +0200

	Backport of 6842838 and 6882768.


changeset 380a9db76b36 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=380a9db76b36
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jul 07 13:14:02 2011 +0100

	Merge


changeset d987bfbdfd8d in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=d987bfbdfd8d
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jul 07 14:17:12 2011 +0100

	Bump to b23 release tarball. Remove last vesitages of md5sum usage.

	2011-07-06 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (OPENJDK_DATE): Updated.
	(OPENJDK_SHA256SUM): Replaces OPENJDK_MD5SUM. (download-
	openjdk): Use sha256 as with all other bundles.
	(download-hotspot): Likewise.
		* configure.ac: Remove check for md5sum.
		* hotspot.map: Move to sha256.


changeset 0911ad28ea98 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=0911ad28ea98
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jul 07 14:19:34 2011 +0100

	Merge


changeset 67985e03e768 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=67985e03e768
author: ptisnovs
date: Fri Jul 08 14:10:47 2011 +0200

	S6711682: JCheckBox in JTable: checkbox doesn't always respond to
	the first mouse click


changeset 4ca76ee4a7a1 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=4ca76ee4a7a1
author: ptisnovs
date: Mon Jul 11 10:59:47 2011 +0200

	Added @ignore tag to regression test 7020373 because binary jar file
	needed to run the test is missing in OpenJDK6.


changeset aae82c1ccf7d in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=aae82c1ccf7d
author: Xerxes R?nby <xerxes at zafena.se>
date: Mon Jul 11 14:19:14 2011 +0200

	Removal of the ARM assembler port, unbreaks Zero and Shark builds.

	2011-07-11 Xerxes R?nby <xerxes at zafena.se>

	 Removal of the ARM assembler port, unbreaks Zero and Shark
	builds.
	        * Makefile.am: (ICEDTEA_PATCHES): Remove patches/arm.patch
	(clean-ports): Removed. (stamps/ports.stamp): Likewise.
	(hotspot-ports): Likewise.
	        * arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp: Removed.
	        * arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def: Likewise.
	        * arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S: Likewise.
	        * arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp: Likewise.
	        * arm_port/hotspot/tools/mkbc.c: Likewise.
	        * patches/arm.patch: Likewise.


changeset ad05410af28a in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=ad05410af28a
author: Xerxes R?nby <xerxes at zafena.se>
date: Mon Jul 11 23:31:50 2011 +0200

	NEWS: Updated, mention removal of the ARM assembler port and Thumb2
	JIT.

	2011-07-11 Xerxes R?nby <xerxes at zafena.se>

	 * NEWS: Updated.


changeset 97402362be7d in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=97402362be7d
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Jul 11 22:52:13 2011 +0100

	List ARM removal in a more prominent location.

	2011-07-11 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Place ARM removal in a more prominent
	location.


changeset 802bc279de76 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=802bc279de76
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Jul 11 23:02:26 2011 +0100

	Sync NEWS file with other branches.

	2011-07-11 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Import 1.10.2, 1.9.8, 1.8.8 and 1.10.1
	release announcements. Sync 1.10 announcement with final
	version. Remove items from the 1.11 list that have been
	released in 1.10.1 & 1.10.2.


changeset 15b2923c12a0 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=15b2923c12a0
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Jul 11 23:52:57 2011 +0100

	Fix addvm cleanup of jvm.cfg when it doesn't exist.

	2011-07-11 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (clean-add-jamvm): Only perform sed
	on jvm.cfg if it exists and use correct path as in original
	rule. (clean-add-jamvm-debug): Likewise. (clean-add-
	cacao): Likewise. (clean-add-cacao-debug): Likewise.
	(clean-add-jamvm): Likewise. (clean-add-jamvm-debug):
	Likewise.


changeset 32fa8c401cee in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=32fa8c401cee
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Jul 12 02:01:39 2011 +0100

	PR732: Use xsltproc for bootstrap xslt in place of Xerces/Xalan

	2011-05-25 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (ENDORSED_DIR): Removed.
	(ICEDTEA_ECJ_PATCHES): Add xsltproc.patch. Remove endorsed-
	dir-for-jvmti.patch. (ICEDTEA_ENV_ECJ): Set XSLT. Don't
	set ICEDTEA_ENDORSED_DIR or ENDORSED. (bootstrap-directory-
	stage1): Don't link xalan2, xerces2 or xalan2 serialiser.
		* acinclude.m4: (IT_FIND_XALAN2_JAR): Removed.
	(IT_FIND_XALAN2_SERIALIZER_JAR): Likewise.
	(IT_FIND_XERCES2_JAR): Likewise.
	(IT_FIND_XML_COMMONS_API_JAR): Likewise.
		* configure.ac: Replace calls to IT_FIND_XALAN2_JAR,
	IT_FIND_XALAN2_SERIALIZER_JAR, IT_FIND_XERCES2_JAR and
	IT_FIND_XML_COMMONS_API_JAR with call to IT_FIND_TOOL for
	xsltproc.
		* patches/ecj/xsltproc.patch: Patch jvmti.make in HotSpot to
	use xsltproc instead of Java's XSLT when
	bootstrapping.
		* patches/ecj/endorsed-dir-for-jvmti.patch: Remove addition of
	$(ENDORSED) to jvmti.make.
		* NEWS: Update and make bug fixes more prominent.


changeset 98a64707ae8c in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=98a64707ae8c
author: ptisnovs
date: Tue Jul 12 09:52:46 2011 +0200

	6758179: D3D: AlphaComposite is applied incorrectly for uncached
	opaque BufferedImage


changeset fffcbae2c099 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=fffcbae2c099
author: ptisnovs
date: Tue Jul 12 17:14:42 2011 +0200

	Fix of regression test
	jdk/test/java/util/zip/ConstructDeflaterInput.java


changeset d987aa111762 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=d987aa111762
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jul 13 21:27:14 2011 +0100

	Add b23 changes.

	2011-07-13 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Add b23 changes.


changeset 3d5ae12b32b7 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=3d5ae12b32b7
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jul 13 21:28:45 2011 +0100

	Merge


changeset 7f168fd8f368 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=7f168fd8f368
author: ptisnovs
date: Fri Jul 15 14:05:59 2011 +0200

	6613904: javax.swing.GroupLayout.createParallelGroup(..) doesn't
	throw IllegalArgumentException for null arg


changeset 76fc1df7874f in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=76fc1df7874f
author: ptisnovs
date: Fri Jul 15 14:11:36 2011 +0200

	Added ChangeLog entry.


changeset 523bbe184992 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=523bbe184992
author: dlila
date: Fri Jul 15 08:46:37 2011 -0400

	Backport anyblit fix.


changeset 406c0d434ca3 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=406c0d434ca3
author: dlila
date: Fri Jul 15 08:53:07 2011 -0400

	Merge


changeset 50eeb180dd77 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=50eeb180dd77
author: ptisnovs
date: Tue Jul 19 13:19:30 2011 +0200

	Fix for regression test hotspot/7020373, added missing source used
	to create the reproducer, removed unecessary patch
	patches/jtreg-7020373-add-ignore-tag.patch


changeset 96f22f84fb9d in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=96f22f84fb9d
author: ptisnovs
date: Wed Jul 20 10:28:01 2011 +0200

	S4917091: javac rejects array over 128 in length


changeset c2a1c2cf027e in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=c2a1c2cf027e
author: ptisnovs
date: Thu Jul 21 09:42:07 2011 +0200

	S6390045: Unexpected error "cannot access java.lang.Void" with
	'-target cldc1.0' with -source >=1.5


changeset 3c107fae0e9d in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=3c107fae0e9d
author: ptisnovs
date: Fri Jul 22 10:26:38 2011 +0200

	S6752638: java.awt.GraphicsEnvironment.preferLocaleFonts() throws
	NPE on Linux


changeset 8fa33e715417 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=8fa33e715417
author: ptisnovs
date: Mon Jul 25 13:41:45 2011 +0200

	S5047314: [Col] Collator.compare() runs indefinitely for a certain
	set of Thai strings


changeset a6ba1170da98 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=a6ba1170da98
author: ptisnovs
date: Mon Jul 25 13:44:57 2011 +0200

	Fixed typo in NEWS, removed unnecessary patch file.


changeset c1229a523e02 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=c1229a523e02
author: ptisnovs
date: Fri Jul 29 11:23:42 2011 +0200

	S6669869: Beans.isDesignTime() and other queries should be per-
	AppContext


changeset 2ed07eebd884 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=2ed07eebd884
author: ptisnovs
date: Mon Aug 01 17:06:47 2011 +0200

	S6934356: Vector.writeObject() serialization may deadlock.


changeset 013f83c2fa16 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=013f83c2fa16
author: Xerxes R?nby <xerxes at zafena.se>
date: Tue Aug 02 15:02:27 2011 +0200

	JamVM: Updated to 2011-08-01 revision.

	2011-08-02 Xerxes R?nby <xerxes at zafena.se>

	 JamVM
		- Put parsing of -cp and -classpath options back in.
		- Fix threading of references list during compaction.
		- Further fix to freeClassData for native methods.
		- Fix class GC with classes containing Miranda methods.
		- Propogate initialisation errors to top-level
		* NEWS: Updated.
		* Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-08-01
	revision. (JAMVM_SHA256SUM): Updated.


changeset 9193b3c49dd0 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=9193b3c49dd0
author: Xerxes R?nby <xerxes at zafena.se>
date: Tue Aug 09 11:21:50 2011 +0200

	JamVM: Updated to 2011-08-08 revision.

	2011-08-09 Xerxes R?nby <xerxes at zafena.se>

	 JamVM
		- Remove empty clobber.
		- Use dots instead of slashes in classname for exception.
		- Correct thrown exception by bootstrap loader.
		* NEWS: Updated.
		* Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-08-08
	revision. (JAMVM_SHA256SUM): Updated.


changeset 305c98561e8d in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=305c98561e8d
author: Xerxes Ranby <xerxes at zafena.se>
date: Tue Aug 09 11:34:28 2011 +0200

	CACAO: Updated to 2011-08-08 revision.

	2011-08-09 Xerxes R?nby <xerxes at zafena.se>

	 CACAO
		- CA159: Exception handler blocks / register mixup.
		- Set thread to RUNNABLE during Thread.start.
		- Removed state-setting function call that would be done by the thread
	itself, creating a nasty race.
		* NEWS: Updated.
		* Makefile.am (CACAO_VERSION): Updated CACAO to 2011-08-08
	revision. (CACAO_SHA256SUM): Updated.


changeset 7c0028a7e2a3 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=7c0028a7e2a3
author: Xerxes Ranby <xerxes at zafena.se>
date: Wed Aug 10 16:33:51 2011 +0200

	PR772: JamVM + jtreg LocalOnlyTest sends SIGQUIT to all processes on
	exit.

	2011-08-10 Xerxes Ranby <xerxes at zafena.se>

	 JamVM
		- PR772: jtreg LocalOnlyTest sends SIGQUIT to all processes on exit.
		* NEWS: Updated.
		* patches/jamvm/jmm_GetLongAttribute_201.patch: New patch.
		* Makefile.am: Apply JamVM patch.


changeset fbfd59dbdf30 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=fbfd59dbdf30
author: ptisnovs
date: Thu Aug 11 10:11:19 2011 +0200

	Fixed typo in the name of patch fixing bug 6934356.


changeset 4c641e5e379d in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=4c641e5e379d
author: ptisnovs
date: Thu Aug 11 16:48:40 2011 +0200

	S7036582: Improve test coverage of java.math.BigDecimal


changeset f418ea6127b6 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=f418ea6127b6
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Aug 12 17:02:19 2011 +0200

	Zero/Shark: PR690: Shark fails to JIT using hs20, PR696: Zero fails
	to handle fast_aldc and fast_aldc_w in hs20.

	2011-08-12 Xerxes Ranby <xerxes at zafena.se>

	 Zero/Shark
		- PR690: Shark fails to JIT using hs20.
		- PR696: Zero fails to handle fast_aldc and fast_aldc_w in hs20.
		* patches/pr690-shark-jit-hs20.patch: New patch backported from
	OpenJDK 7 bug 7032458.
		* patches/pr696-zero-fast_aldc-hs20.patch: New patch backported from
	OpenJDK 7 bug 7032458 and 7030207.
		* Makefile.am: Added new patches.
		* NEWS: Updated.


changeset e93e0b640f06 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=e93e0b640f06
author: ptisnovs
date: Mon Aug 15 10:47:57 2011 +0200

	6806261: BigDecimal.longValueExact() method throws
	NullPointerException


changeset 773cee7545f2 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=773cee7545f2
author: ptisnovs
date: Mon Aug 15 11:10:04 2011 +0200

	Added LDFLAGS for JamVM to fix the SELinux executable flag issue.


changeset a690c9e7e3bc in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=a690c9e7e3bc
author: Xerxes Ranby <xerxes at zafena.se>
date: Mon Aug 15 11:49:11 2011 +0200

	JamVM: Updated to 2011-08-15 revision.

	2011-08-15 Xerxes Ranby <xerxes at zafena.se>

	 JamVM
		- Fix typo in definition of ACC_MIRANDA.
		- Intern strings when creating a StackTraceElement.
		* NEWS: Updated.
		* Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-08-15
	revision. (JAMVM_SHA256SUM): Updated.


changeset 0e26a40dddf3 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=0e26a40dddf3
author: Xerxes Ranby <xerxes at zafena.se>
date: Mon Aug 15 12:08:18 2011 +0200

	JamVM: Ignore assertions and verify options.

	2011-08-15 Xerxes R?nby <xerxes at zafena.se>

	 JamVM
		- Ignore assertions and verify options.
		* NEWS: Updated.
		* patches/jamvm/ignore-assertions-and-verify-options.patch: New patch.
		* Makefile.am: Apply JamVM patch.


changeset 79671aecc0b0 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=79671aecc0b0
author: Xerxes Ranby <xerxes at zafena.se>
date: Mon Aug 15 14:29:30 2011 +0200

	JamVM: Fix regression introduced by; Intern strings when creating a
	StackTraceElement.

	2011-08-15 Xerxes Ranby <xerxes at zafena.se>

	 JamVM
		- Fix regression introduced by, Intern strings when creating a
	StackTraceElement, changeset
	4dbc2ee340a600fc17451dfbcfc09e1f9844fc59.
		* NEWS: Updated.
		* patches/jamvm/4dbc2ee340a600fc17451dfbcfc09e1f9844fc59-regression.pa
	tch: New patch.
		* Makefile.am: Apply JamVM patch.


changeset 1bec501e2dc7 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=1bec501e2dc7
author: ptisnovs
date: Tue Aug 16 16:09:29 2011 +0200

	S6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws
	StackOverflowError


changeset 759b17771e6a in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=759b17771e6a
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Aug 19 13:36:29 2011 +0200

	JamVM: LP827463: Fix OpenJDK enclosingMethodInfo(), Updated JamVM to
	2011-08-19 revision.

	2011-08-19 Xerxes Ranby <xerxes at zafena.se>

	 JamVM
		- LP827463: Fix OpenJDK enclosingMethodInfo().
		- "Fix" handling of CLI bootclasspath options.
		- Fix for StackTraceElement checkin.
		* NEWS: Updated.
		* patches/jamvm/4dbc2ee340a600fc17451dfbcfc09e1f9844fc59-regression.pa
	tch: Replaced by upstream, Fix for StackTraceElement
	checkin, changeset
	500a6c2f3b9769c73d872ea78de4237e427a443e.
		* Makefile.am (ICEDTEA_PATCHES): Remove upstreamed JamVM
	patch. (JAMVM_VERSION): Updated JamVM to 2011-08-19
	revision. (JAMVM_SHA256SUM): Updated.


changeset 9468557f98c0 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=9468557f98c0
author: Xerxes Ranby <xerxes at zafena.se>
date: Tue Aug 30 12:30:04 2011 +0200

	CACAO: CA149: Used wrong class loader, Updated to 2011-08-29
	revision.

	2011-08-30 Xerxes Ranby <xerxes at zafena.se>

	 CACAO
		- CA149: Used wrong class loader.
		- src/vm/javaobjects.cpp (java_lang_reflect_Method::invoke):
	[OPENJDK] stack index of caller was off by one, causing many apt
	(Annotation Processing Tool) failures.
		* NEWS: Updated.
		* Makefile.am (CACAO_VERSION): Updated CACAO to 2011-08-29
	revision. (CACAO_SHA256SUM): Updated.


changeset b9ac502a6189 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=b9ac502a6189
author: Deepak Bhole <dbhole at redhat.com>
date: Tue Aug 30 11:30:12 2011 -0400

	S6826104, RH730015: Getting a NullPointer exception when clicked on
	Application & Toolkit Modal dialog

	 * Makefile.am: Apply new patch for S6826104.
		* NEWS: Updated.
		* patches/openjdk/6826104-npe_on_app_and_toolkit_modal_dialog_click.pa
	tch: New patch that fixes S6826104.


changeset c7dfe2b4791e in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=c7dfe2b4791e
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Sep 02 12:41:10 2011 +0200

	JamVM: Add support for armhf.

	2011-09-02 Xerxes Ranby <xerxes at zafena.se>

	 JamVM
		- Add support for armhf.
		* NEWS: Updated.
		* Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-08-31
	revision. (JAMVM_SHA256SUM): Updated.


changeset fc183654bed3 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=fc183654bed3
author: Xerxes Ranby <xerxes at zafena.se>
date: Mon Sep 05 12:45:12 2011 +0200

	2011-09-05 Xerxes Ranby <xerxes at zafena.se>

	 JamVM
		- armhf: ensure stack is 8 byte aligned.
		* NEWS: Updated.
		* Makefile.am (JAMVM_VERSION): Updated JamVM to 2011-09-03
	revision. (JAMVM_SHA256SUM): Updated.


changeset daabd8a14b5e in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=daabd8a14b5e
author: ptisnovs
date: Thu Sep 08 11:42:33 2011 +0200

	S5082756: Image I/O plug-ins set metadata boolean attributes to
	"true" or "false"


changeset fb9bfc043a45 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=fb9bfc043a45
author: ptisnovs
date: Thu Sep 08 18:10:28 2011 +0200

	Backport of 6296893: BMP Writer handles TopDown property incorrectly
	for some of the compression types


changeset 8bddd11809ac in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=8bddd11809ac
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Sep 09 00:03:53 2011 +0100

	Drop 6578583; upstreamed.

	2011-09-08 Andrew John Hughes <ahughes at redhat.com>

	 * patches/openjdk/6578583-modality-broken-vista.patch:
	Removed.
		* Makefile.am: Drop above patch, upstreamed.


diffstat:

 ChangeLog                                                                                        |   530 +
 INSTALL                                                                                          |    16 +-
 Makefile.am                                                                                      |   190 +-
 NEWS                                                                                             |   485 +-
 acinclude.m4                                                                                     |   136 +-
 arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp                                                  |   583 -
 arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def                                               |  7695 ----------
 arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S                                            |  6336 --------
 arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp                                                      |  7456 ---------
 arm_port/hotspot/tools/mkbc.c                                                                    |   607 -
 configure.ac                                                                                     |    14 +-
 hotspot.map                                                                                      |     3 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/ImageFormatException.java   |    20 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGCodec.java              |   118 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGDecodeParam.java        |    74 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGEncodeParam.java        |    60 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGHuffmanTable.java       |    70 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGImageDecoder.java       |    14 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGImageEncoder.java       |    40 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGQTable.java             |    64 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/TruncatedFileException.java |    48 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEGImageDecoderImpl.java        |    65 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEGImageEncoderImpl.java        |   154 +-
 overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEGParam.java                   |   846 +-
 patches/arm.patch                                                                                |   162 -
 patches/ecj/endorsed-dir-for-jvmti.patch                                                         |    12 -
 patches/ecj/xsltproc.patch                                                                       |    53 +
 patches/gcc-suffix.patch                                                                         |    29 +
 patches/hotspot/hs20/7032388-work_without_cmov_instruction.patch                                 |   173 -
 patches/hotspot/hs20/7036220-shark_llvm_29_headers.patch                                         |    43 -
 patches/hotspot/hs20/arm.patch                                                                   |    56 -
 patches/hotspot/hs20/gcc-suffix.patch                                                            |    29 -
 patches/hotspot/hs20/ia64-fix.patch                                                              |    14 -
 patches/hotspot/hs20/params-cast-size_t.patch                                                    |   259 -
 patches/hotspot/hs20/powerpc-stacksize.patch                                                     |    39 -
 patches/hotspot/hs20/sparc-buildfixes.patch                                                      |    24 -
 patches/hotspot/hs20/systemtap.patch                                                             |    99 -
 patches/hotspot/hs20/text-relocations.patch                                                      |    60 -
 patches/hotspot/original/7032388-work_without_cmov_instruction.patch                             |   152 -
 patches/hotspot/original/arm.patch                                                               |    54 -
 patches/hotspot/original/gcc-suffix.patch                                                        |    29 -
 patches/hotspot/original/ia64-fix.patch                                                          |    28 -
 patches/hotspot/original/no-precompiled-headers.patch                                            |    33 -
 patches/hotspot/original/params-cast-size_t.patch                                                |   284 -
 patches/hotspot/original/sparc-buildfixes.patch                                                  |    32 -
 patches/hotspot/original/systemtap.patch                                                         |    97 -
 patches/hotspot/original/text-relocations.patch                                                  |    58 -
 patches/hotspot/original/too-many-args.patch                                                     |    45 -
 patches/ia64-fix.patch                                                                           |    14 +
 patches/jamvm/ignore-assertions-and-verify-options.patch                                         |    19 +
 patches/jamvm/jmm_GetLongAttribute_201.patch                                                     |    21 +
 patches/jaxp-serial-version-uid.patch                                                            |    51 -
 patches/jtreg-ConstructDeflaterInput-fix.patch                                                   |     9 +
 patches/jtreg-hotspot-Test7020373-fix.patch                                                      |   185 +
 patches/openjdk/4917091-javac_rejects_array_over_128_in_length.patch                             |   306 +
 patches/openjdk/5047314-Collator_compare_runs_indefinitely.patch                                 |   115 +
 patches/openjdk/5082756-ImageIO_plugins_metadata_boolean_attributes.patch                        |   352 +
 patches/openjdk/6296893-BMP_Writer_handles_TopDown_prop_incorrectly.patch                        |   193 +
 patches/openjdk/6371401-BigInteger.shift_throws_StackOverflowError.patch                         |   109 +
 patches/openjdk/6390045-error_cannot_access_java_lang_void.patch                                 |   101 +
 patches/openjdk/6578583-modality-broken-vista.patch                                              |  1439 -
 patches/openjdk/6599601-mark_sun_toolkit_privileged_code.patch                                   |    21 -
 patches/openjdk/6613904-GroupLayout_createParallelGroup_null_arg.patch                           |    89 +
 patches/openjdk/6633275-shaped_translucent_windows.patch                                         |   117 +-
 patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch                        |   343 +
 patches/openjdk/6679308-Poor_text_rendering_on_translucent_image.patch                           |     1 -
 patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch                      |   175 +
 patches/openjdk/6752638-preferLocaleFonts_throws_NPE.patch                                       |    95 +
 patches/openjdk/6758179-D3D_AlphaComposite_is_applied_incorrectly.patch                          |   105 +
 patches/openjdk/6768387-jtable_not_serializable.patch                                            |   104 -
 patches/openjdk/6806261-BigDecimal_longValueExact_throws_NPE.patch                               |   394 +
 patches/openjdk/6826104-npe_on_app_and_toolkit_modal_dialog_click.patch                          |    16 +
 patches/openjdk/6842838-64-bit_failure_in_handling_invalid_manifest.patch                        |   269 +
 patches/openjdk/6882768-test_for_6842838_is_broken.patch                                         |    94 +
 patches/openjdk/6934356-Vector_writeObject_serialization_DL.patch                                |   290 +
 patches/openjdk/6997495-test_correction_6857159.patch                                            |    20 -
 patches/openjdk/7029905-demo_applet_html_files.patch                                             |    52 -
 patches/openjdk/7032388-work_without_cmov_instruction.patch                                      |   173 +
 patches/openjdk/7036220-shark_llvm_29_headers.patch                                              |    43 +
 patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.patch                                |  6163 ++++++++
 patches/openjdk/7042040-no_disk_space_check.patch                                                |   112 -
 patches/openjdk/7049339-anyblit-broken.patch                                                     |   109 +
 patches/params-cast-size_t.patch                                                                 |   259 +
 patches/powerpc-stacksize.patch                                                                  |    39 +
 patches/pr690-shark-jit-hs20.patch                                                               |    58 +
 patches/pr696-zero-fast_aldc-hs20.patch                                                          |    42 +
 patches/security/20110215/6878713.patch                                                          |   138 -
 patches/security/20110607/6213702.patch                                                          |   105 -
 patches/security/20110607/6618658.patch                                                          |    24 -
 patches/security/20110607/7012520.patch                                                          |    24 -
 patches/security/20110607/7013519.patch                                                          |    48 -
 patches/security/20110607/7013969.patch                                                          |    25 -
 patches/security/20110607/7013971.patch                                                          |   132 -
 patches/security/20110607/7016495.patch                                                          |   422 -
 patches/security/20110607/7020198.patch                                                          |   138 -
 patches/security/20110607/7020373.patch                                                          |    37 -
 patches/sparc-buildfixes.patch                                                                   |    24 +
 patches/systemtap.patch                                                                          |    99 +
 patches/text-relocations.patch                                                                   |    60 +
 patches/xjc.patch                                                                                |    14 +-
 100 files changed, 12405 insertions(+), 28470 deletions(-)

diffs (truncated from 43473 to 500 lines):

diff -r 73e0d37b9ec3 -r 8bddd11809ac ChangeLog
--- a/ChangeLog	Fri Jul 01 14:41:45 2011 +0200
+++ b/ChangeLog	Fri Sep 09 00:03:53 2011 +0100
@@ -1,3 +1,467 @@
+2011-09-08  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/openjdk/6578583-modality-broken-vista.patch:
+	Removed.
+	* Makefile.am: Drop above patch, upstreamed.
+
+2011-09-08  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/6296893-BMP_Writer_handles_TopDown_prop_incorrectly.patch:
+	Backport of 6296893: BMP Writer handles TopDown property incorrectly
+	for some of the compression types
+
+2011-09-06  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/5082756-ImageIO_plugins_metadata_boolean_attributes.patch:
+	Backport of 5082756: Image I/O plug-ins set metadata
+	boolean attributes to "true" or "false"
+
+2011-09-05  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- armhf: ensure stack is 8 byte aligned.
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2011-09-03 revision.
+	(JAMVM_SHA256SUM): Updated.
+
+2011-09-02  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- Add support for armhf.
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2011-08-31 revision.
+	(JAMVM_SHA256SUM): Updated.
+
+2011-08-30  Deepak Bhole <dbhole at redhat.com>
+
+	S6826104, RH730015: Getting a NullPointer exception when clicked on Application &
+	Toolkit Modal dialog
+	* Makefile.am: Apply new patch for S6826104. 
+	* NEWS: Updated.
+	* patches/openjdk/6826104-npe_on_app_and_toolkit_modal_dialog_click.patch:
+	New patch that fixes S6826104.
+
+2011-08-30  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	CACAO
+	- CA149: Used wrong class loader.
+	- src/vm/javaobjects.cpp (java_lang_reflect_Method::invoke):
+	  [OPENJDK] stack index of caller was off by one, causing many apt
+	  (Annotation Processing Tool) failures.
+	* NEWS: Updated.
+	* Makefile.am
+	(CACAO_VERSION): Updated CACAO to 2011-08-29 revision.
+	(CACAO_SHA256SUM): Updated.
+
+2011-08-19  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- LP827463: Fix OpenJDK enclosingMethodInfo().
+	- "Fix" handling of CLI bootclasspath options.
+	- Fix for StackTraceElement checkin.
+	* NEWS: Updated.
+	* patches/jamvm/4dbc2ee340a600fc17451dfbcfc09e1f9844fc59-regression.patch:
+	  Replaced by upstream, Fix for StackTraceElement checkin,
+	  changeset 500a6c2f3b9769c73d872ea78de4237e427a443e.
+	* Makefile.am
+	(ICEDTEA_PATCHES): Remove upstreamed JamVM patch.
+	(JAMVM_VERSION): Updated JamVM to 2011-08-19 revision.
+	(JAMVM_SHA256SUM): Updated.
+
+2011-08-16  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/6371401-BigInteger.shift_throws_StackOverflowError.patch:
+	Backport of 6371401: java.math.BigInteger.shift(Integer.MIN_VALUE)
+	throws StackOverflowError
+
+2011-08-15  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- Fix regression introduced by,  Intern strings when creating a StackTraceElement,
+	  changeset 4dbc2ee340a600fc17451dfbcfc09e1f9844fc59.
+	* NEWS: Updated.
+	* patches/jamvm/4dbc2ee340a600fc17451dfbcfc09e1f9844fc59-regression.patch: New patch.
+	* Makefile.am: Apply JamVM patch.
+
+2011-08-15  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- Ignore assertions and verify options.
+	* NEWS: Updated.
+	* patches/jamvm/ignore-assertions-and-verify-options.patch: New patch.
+	* Makefile.am: Apply JamVM patch.
+
+2011-08-15  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- Fix typo in definition of ACC_MIRANDA.
+	- Intern strings when creating a StackTraceElement.
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2011-08-15 revision.
+	(JAMVM_SHA256SUM): Updated.
+
+2011-08-15  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added LDFLAGS for JamVM to fix the SELinux
+	executable flag issue.
+
+2011-08-15  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/6806261-BigDecimal_longValueExact_throws_NPE.patch:
+	Backport of 6806261: BigDecimal.longValueExact() method throws
+	NullPointerException
+
+2011-08-12  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	Zero/Shark
+	- PR690: Shark fails to JIT using hs20.
+	- PR696: Zero fails to handle fast_aldc and fast_aldc_w in hs20.
+	* patches/pr690-shark-jit-hs20.patch: New patch backported from
+	  OpenJDK 7 bug 7032458.
+	* patches/pr696-zero-fast_aldc-hs20.patch: New patch backported from
+	  OpenJDK 7 bug 7032458 and 7030207.
+	* Makefile.am: Added new patches.
+	* NEWS: Updated.
+
+2011-08-11  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.patch:
+	Backport of 7036582: Improve test coverage of java.math.BigDecimal
+
+2011-08-11  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: fixed typo in patch name
+	* patches/openjdk/6934356_Vector_writeObject_serialization_DL.patch:
+	Deleted
+	* patches/openjdk/6934356-Vector_writeObject_serialization_DL.patch:
+	Added as replacement of deleted patch file.
+
+2011-08-10  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- PR772: jtreg LocalOnlyTest sends SIGQUIT to all processes on exit.
+	* NEWS: Updated.
+	* patches/jamvm/jmm_GetLongAttribute_201.patch: New patch.
+	* Makefile.am: Apply JamVM patch.
+
+2011-08-09  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	CACAO
+	- CA159: Exception handler blocks / register mixup.
+	- Set thread to RUNNABLE during Thread.start.
+	- Removed state-setting function call that would be done by the thread
+	  itself, creating a nasty race.
+	* NEWS: Updated.
+	* Makefile.am
+	(CACAO_VERSION): Updated CACAO to 2011-08-08 revision.
+	(CACAO_SHA256SUM): Updated.
+
+2011-08-09  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- Remove empty clobber.
+	- Use dots instead of slashes in classname for exception.
+	- Correct thrown exception by bootstrap loader.
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2011-08-08 revision.
+	(JAMVM_SHA256SUM): Updated.
+
+2011-08-02  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	JamVM
+	- Put parsing of -cp and -classpath options back in.
+	- Fix threading of references list during compaction.
+	- Further fix to freeClassData for native methods.
+	- Fix class GC with classes containing Miranda methods.
+	- Propogate initialisation errors to top-level
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2011-08-01 revision.
+	(JAMVM_SHA256SUM): Updated.
+
+2011-08-01  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/6934356_Vector_writeObject_serialization_DL.patch:
+	Backport of 6934356.
+
+2011-07-29  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch:
+	Backport of 6669869.
+
+2011-07-25  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/5047314-Collator_compare_runs_indefinitely.patch:
+	Backport of 5047314.
+
+2011-07-22  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/6752638-preferLocaleFonts_throws_NPE.patch:
+	Backport of 6752638.
+
+2011-07-21  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/6390045-error_cannot_access_java_lang_void.patch:
+	Backport of 6390045.
+
+2011-07-20  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/4917091-javac_rejects_array_over_128_in_length.patch:
+	Backport of 4917091.
+
+2011-07-19  Marc Schoenefeld <mschoene at redhat.com>
+	    Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* patches/jtreg-hotspot-Test7020373-fix.patch:
+	Fix for regression test hotspot/7020373, added missing
+	source used to create the reproducer.
+	* patches/jtreg-7020373-add-ignore-tag.patch:
+	Removed because it is not longer needed.
+
+2011-07-15  Denis Lila  <dlila at redhat.com>
+
+	* Makefile.am: Added patch.
+	* NEWS: Added backport.
+	* patches/openjdk/7049339-anyblit-broken.patch:
+	Backport of S7049339.
+
+2011-07-15  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/6613904-GroupLayout_createParallelGroup_null_arg.patch:
+	Backport of 6613904.
+
+2011-07-13  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Add b23 changes.
+
+2011-07-12  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* patches/jtreg-ConstructDeflaterInput-fix.patch:
+	Regression test jdk/test/java/util/zip/ConstructDeflaterInput.java
+	should be run in othervm mode to not to print messages to JTreg
+	log files (such messages must be stored in .jtr file).
+
+2011-07-12  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/6758179-D3D_AlphaComposite_is_applied_incorrectly.patch:
+	Backport of 6758179.
+
+2011-05-25  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(ENDORSED_DIR): Removed.
+	(ICEDTEA_ECJ_PATCHES): Add xsltproc.patch.
+	Remove endorsed-dir-for-jvmti.patch.
+	(ICEDTEA_ENV_ECJ): Set XSLT.  Don't
+	set ICEDTEA_ENDORSED_DIR or ENDORSED.
+	(bootstrap-directory-stage1): Don't link
+	xalan2, xerces2 or xalan2 serialiser.
+	* acinclude.m4:
+	(IT_FIND_XALAN2_JAR): Removed.
+	(IT_FIND_XALAN2_SERIALIZER_JAR): Likewise.
+	(IT_FIND_XERCES2_JAR): Likewise.
+	(IT_FIND_XML_COMMONS_API_JAR): Likewise.
+	* configure.ac:
+	Replace calls to IT_FIND_XALAN2_JAR,
+	IT_FIND_XALAN2_SERIALIZER_JAR,
+	IT_FIND_XERCES2_JAR and
+	IT_FIND_XML_COMMONS_API_JAR with call to
+	IT_FIND_TOOL for xsltproc.
+	* patches/ecj/xsltproc.patch:
+	Patch jvmti.make in HotSpot to use
+	xsltproc instead of Java's XSLT
+	when bootstrapping.
+	* patches/ecj/endorsed-dir-for-jvmti.patch:
+	Remove addition of $(ENDORSED) to
+	jvmti.make.
+	* NEWS: Update and make bug fixes more
+	prominent.
+
+2011-07-11  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(clean-add-jamvm): Only perform sed on jvm.cfg
+	if it exists and use correct path as in original
+	rule.
+	(clean-add-jamvm-debug): Likewise.
+	(clean-add-cacao): Likewise.
+	(clean-add-cacao-debug): Likewise.
+	(clean-add-jamvm): Likewise.
+	(clean-add-jamvm-debug): Likewise.
+
+2011-07-11  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Import 1.10.2, 1.9.8, 1.8.8 and
+	1.10.1 release announcements.  Sync 1.10
+	announcement with final version.  Remove
+	items from the 1.11 list that have been
+	released in 1.10.1 & 1.10.2.
+
+2011-07-11  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Place ARM removal in a more
+	prominent location.
+
+2011-07-11  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	* NEWS: Updated.
+
+2011-07-11  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	Removal of the ARM assembler port, unbreaks Zero and Shark builds.
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Remove patches/arm.patch.
+	(clean-ports): Removed.
+	(stamps/ports.stamp): Likewise.
+	(hotspot-ports): Likewise.
+	* arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp: Removed.
+	* arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def: Likewise.
+	* arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S: Likewise.
+	* arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp: Likewise.
+	* arm_port/hotspot/tools/mkbc.c: Likewise.
+	* patches/arm.patch: Likewise.
+
+2011-07-11  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* patches/jtreg-7020373-add-ignore-tag.patch:
+	Added @ignore tag to this regression test because binary jar
+	file needed to run the test is missing in OpenJDK6.
+
+2011-07-08  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patch
+	* NEWS: updated with backport
+	* patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch:
+	Backport of 6711682.
+
+2011-07-07  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(OPENJDK_DATE): Updated.
+	(OPENJDK_SHA256SUM): Replaces OPENJDK_MD5SUM.
+	(download-openjdk): Use sha256 as with all
+	other bundles.
+	(download-hotspot): Likewise.
+	* configure.ac: Remove check for md5sum.
+	* hotspot.map: Move to sha256.
+
+2011-07-07  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: added new patches
+	* NEWS: updated with backports
+	* patches/openjdk/6842838-64-bit_failure_in_handling_invalid_manifest.patch:
+	* patches/openjdk/6882768-test_for_6842838_is_broken.patch:
+	Backport of 6842838 and 6882768.
+
+2011-07-07  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* patches/openjdk/6679308-Poor_text_rendering_on_translucent_image.patch:
+	Fixed test location (added missing prefix 'jdk' into path).
+
+2011-07-06  Andrew John Hughes  <ahughes at redhat.com>
+
+	Make JPEG classes more binary compatible with
+	Oracle versions.
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/ImageFormatException.java:
+	Extend RuntimeException.
+	(ImageFormatException()): Call superclass constructor.
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGCodec.java:
+	(JPEGCodec()): Make explicit private constructor to prevent implicit public one.
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGHuffmanTable.java:
+	Don't extend javax.imageio.plugins.jpeg.JPEGHuffmanTable.
+	(lengths): Added.
+	(symbols): Added.
+	(JPEGHuffmanTable(short[], short[])): Perform checks outlined in documentation.
+	(getLengths()): Added.
+	(getSymbols()): Return symbols.
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGImageEncoder.java:
+	(getDefaultColorId(ColorModel)): Fix typo (was DefaultColorID).
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/TruncatedFileException.java:
+	(TruncatedFileException(BufferedImage)): Add missing constructor.
+	(TruncatedFileException(Raster)): Likewise.
+	(getBufferedImage()): Implemented.
+	(getRaster()): Add missing method.
+	(TruncatedFileException()): Removed.
+	(TruncatedFileException(String)): Likewise.
+	* overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEGImageDecoderImpl.java:
+	(decodeAsBufferedImage()): Remove unneeded qualification and convert from com.sun JPEGHuffmanTable
+	to javax.imageio one.
+	* overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEGImageEncoderImpl.java:
+	(getDefaultColorId(ColorModel)): Fix typo (was DefaultColorID).
+	* NEWS: Updated.
+
+2011-07-06  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/security/20110215/6878713.patch,
+	* patches/security/20110607/6213702.patch,
+	* patches/security/20110607/6618658.patch,
+	* patches/security/20110607/7012520.patch,
+	* patches/security/20110607/7013519.patch,
+	* patches/security/20110607/7013969.patch,
+	* patches/security/20110607/7013971.patch,
+	* patches/security/20110607/7016495.patch,
+	* patches/security/20110607/7020198.patch,
+	* patches/security/20110607/7020373.patch:
+	Removed; upstream.
+	* Makefile.am:
+	(JAXWS_DROP_ZIP): Updatede.
+	(JAXWS_DROP_SHA256SUM): Likewise.
+	(JAXP_DROP_ZIP): Likewise.
+	(JAXP_DROP_SHA256SUM): Likewise.
+	(SECURITY_PATCHES): Set to empty.
+	* patches/xjc.patch: Revert to pre-security
+	patch version (security patch is now part of the
+	tarball, not a patch)
+
+2011-07-06  Andrew John Hughes  <ahughes at redhat.com>
+
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/ImageFormatException.java,
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGCodec.java,
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGDecodeParam.java,
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGEncodeParam.java,
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGHuffmanTable.java,
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGImageDecoder.java,
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGImageEncoder.java,
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGQTable.java,
+	* overlays/jpeg/openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/TruncatedFileException.java,
+	* overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEGImageDecoderImpl.java,
+	* overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEGImageEncoderImpl.java,
+	* overlays/jpeg/openjdk/jdk/src/share/classes/sun/awt/image/codec/JPEGParam.java:
+	Normalise whitespace using Oracle normaliser.
+
 2011-07-01  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* Makefile.am: added new patches
@@ -478,6 +942,54 @@
 	make the test compatible with OpenJDK7/IcedTea7, disabling printing
 	unnecessary information to error output.
 
+2011-05-18  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/hotspot/hs20/7032388-work_without_cmov_instruction.patch,
+	* patches/hotspot/hs20/arm.patch,
+	* patches/hotspot/hs20/gcc-suffix.patch,
+	* patches/hotspot/hs20/ia64-fix.patch,
+	* patches/hotspot/hs20/params-cast-size_t.patch,
+	* patches/hotspot/hs20/powerpc-stacksize.patch,
+	* patches/hotspot/hs20/sparc-buildfixes.patch,
+	* patches/hotspot/hs20/systemtap.patch,
+	* patches/hotspot/hs20/text-relocations.patch:
+	Moved to main tree.
+	* patches/hotspot/original/7032388-work_without_cmov_instruction.patch,
+	* patches/hotspot/original/arm.patch,
+	* patches/hotspot/original/gcc-suffix.patch,
+	* patches/hotspot/original/ia64-fix.patch,
+	* patches/hotspot/original/no-precompiled-headers.patch,
+	* patches/hotspot/original/params-cast-size_t.patch,
+	* patches/hotspot/original/sparc-buildfixes.patch,
+	* patches/hotspot/original/systemtap.patch,
+	* patches/hotspot/original/text-relocations.patch,
+	* patches/hotspot/original/too-many-args.patch:
+	Dropped; hs19 no longer supported.
+	* patches/openjdk/6599601-mark_sun_toolkit_privileged_code.patch,
+	* patches/openjdk/6997495-test_correction_6857159.patch,



More information about the distro-pkg-dev mailing list