/hg/icedtea6: 34 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Feb 17 15:22:03 PST 2010
changeset 3fdc1dee7f86 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=3fdc1dee7f86
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Dec 02 17:58:28 2009 +0000
Merge
changeset b00255fb507b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b00255fb507b
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Dec 02 19:47:16 2009 +0000
Support the JAXP and JAXWS drop zips now used in OpenJDK6 hg.
2009-12-02 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Add support for new JAXP and JAXWS
drop zips. (download-jaxp-drop.stamp): New target.
(download-jaf-drop.stamp): Likewise. (download-jaxp-
drop.stamp): Likewise. (download-drops.stamp): Likewise.
(clean-drops): Likewise. (clean-download-jaf-drop):
Likewise. (clean-download-jaxp-drop): Likewise.
(clean-download-jaxws-drop): Likewise. (download-jaxp-drop):
New alias. (download-jaxws-drop): Likewise.
(download-jaf-drop): Likewise.
* acinclude.m4: (WITH_JAXP_DROP_ZIP): New options --with-jaxp-
drop-zip to specify location of the JAXP drop.
(WITH_JAF_DROP_ZIP): Likewise for JAF.
(WITH_JAXWS_DROP_ZIP): And JAXWS.
* configure.ac: Run new macros for drop zips and find the
sha256sum tool for checking the drop zips.
changeset c13258b71d93 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=c13258b71d93
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Dec 03 10:44:49 2009 +0000
Merge
changeset 82e80f46cafe in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=82e80f46cafe
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Dec 24 01:44:23 2009 +0000
Support b18. Uses a number of changes backported from IcedTea7.
2009-12-22 Andrew John Hughes <ahughes at redhat.com>
Support b18. Add --with-tzdata-dir option, use
updated system rt.jar rather than a fresh one to avoid the
need for JAXP sources, remove unnecessary copying.
* overlays/openjdk/jdk/test/java/util/SimpleTimeZone/EndOfDay.java,
* patches/icedtea-jtreg-hatrun.patch,
* patches/openjdk/6432567-debugger-socket-overflow.patch,
* patches/security/icedtea-6631533.patch,
* patches/security/icedtea-6632445.patch,
* patches/security/icedtea-6636650.patch,
* patches/security/icedtea-6657026.patch,
* patches/security/icedtea-6657138.patch,
* patches/security/icedtea-6664512.patch,
* patches/security/icedtea-6822057.patch,
* patches/security/icedtea-6824265.patch,
* patches/security/icedtea-6861062.patch,
* patches/security/icedtea-6862968.patch,
* patches/security/icedtea-6863503.patch,
* patches/security/icedtea-6864911.patch,
* patches/security/icedtea-6872357.patch,
* patches/security/icedtea-6872358.patch,
* patches/security/icedtea-6874643.patch: Removed.
* Makefile.am: Bump to b18. Change ICEDTEA_RT to point to
rt.jar rather than rt-closed.jar. Rename ICEDTEA_COPY_DIRS
to ICEDTEA_BOOTSTRAP_DIRS and prefix with full path. Add
sun/applet to $(LIVECONNECT_DIR). Set SYSTEM_JDK_DIR to
either SYSTEM_GCJ_DIR or SYSTEM_OPENJDK_DIR depending on
configuration. Remove dead patches, add new @Override patch
and jaxp dependency and bootver ecj patches. Set
JAVA_TOOLS_DIR to point to ICEDTEA_BOOT_DIR/bin. Set
DISABLE_NIMBUS, NO_DOCS and ALT_DROPS_DIR for ecj build.
Remove dead clean-shared-objects reference. Use
SYSTEM_JDK_DIR in place of SYSTEM_GCJ_DIR and
SYSTEM_OPENJDK_DIR. Copy and extend system rt.jar rather
than using both. Copy tz.properties when TZDATA_DIR is
specified. (hotspot-tools-copy-source-files.stamp): Don't
copy from jaxws -- no longer exists. (hotspot-tools-
class-files.stamp): Specify system rt.jar as classpath.
(copy-source-files.stamp): Removed. (clean-copy): Likewise.
(rt-source-files.txt): Use BOOTSTRAP_DIRS directly. (rt-
class-files.stamp): Specify system rt.jar as classpath.
(rt.stamp): Update rt.jar with class files compiled by rt-
class-files.stamp. (plugs.stamp): Create rt-closed.jar from
class files in lib/rt. (clean-plugs): Revert to system
rt.jar.
* acinclude.m4: (CHECK_WITH_TZDATA_DIR): Allow a directory
containing timezone data to be specified. Defaults to
/usr/share/javazi.
* configure.ac: Call CHECK_WITH_TZDATA_DIR.
* javac.in: Use local rt.jar as bootclasspath.
* patches/ecj/bootver.patch: Set REQUIRED_BOOT_VER to 1.5 if
Nimbus is disabled.
* patches/ecj/icedtea-jaxp-dependency.patch: Add JAXP classes
to classpath when building JAXWS.
* patches/ecj/icedtea.patch: Recreated.
* patches/icedtea-alpha-fixes.patch: Dropped.
* patches/icedtea-override.patch: New patch to remove
@Override from interfaces.
* patches/icedtea-use-system-tzdata.patch: New version which
uses configurable datadir. As in IcedTea7.
* patches/icedtea-xjc.patch: Changed to apply as a patch in
the JAXWS build.
* patches/icedtea-xml-encodinginfo.patch: Likewise, but for
JAXP.
* tz.properties.in: Input file for tzdata directory setting.
changeset e3b8d810bf4c in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=e3b8d810bf4c
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Dec 24 01:47:29 2009 +0000
Merge
changeset bc01875c7983 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=bc01875c7983
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Dec 24 14:40:41 2009 +0000
Disable updating rt.jar if sun.awt.SunToolkit is available (using
OpenJDK)
2009-12-24 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: (rt.stamp): Make zip updating
dependent on LACKS_SUN_AWT_TOOLKIT.
* acinclude.m4: (IT_CHECK_FOR_CLASS): Generic macro to check
for any class. Takes as arguments the define and
the name of the class.
* configure.ac: Check for sun.awt.SunToolkit using the
new IT_CHECK_FOR_CLASS macro.
changeset 38176ba09f2a in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=38176ba09f2a
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Dec 24 14:42:10 2009 +0000
Merge
changeset 2f2a0dd6c3c7 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=2f2a0dd6c3c7
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Dec 24 16:49:49 2009 +0000
Remove native2ascii workaround; no longer needed in b18.
2009-12-24 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Remove native2ascii workaround, fixed
properly in b18.
changeset 2e89df00d30f in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=2e89df00d30f
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Dec 28 01:33:16 2009 +0000
Fix to build against the current OpenJDK6 forest.
2009-12-27 Andrew John Hughes <ahughes at redhat.com>
* patches/ecj/icedtea-jaxp-dependency.patch:
Recreated against current hg.
* patches/ecj/icedtea.patch: Remove patches to jaxp and jaxws
Makefiles and use the existing jdk.home instead of
boot.java.home in their build.xml files.
changeset 446eebb1cb5a in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=446eebb1cb5a
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Dec 28 01:34:20 2009 +0000
Merge
changeset a59979fbe19d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a59979fbe19d
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Jan 04 15:07:48 2010 +0000
Drop dead symbolic link.
2010-10-04 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Drop redundant (and broken in some
cases) symbolic link.
changeset c64bbbcdb12a in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=c64bbbcdb12a
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Jan 05 17:52:29 2010 +0000
Fix building of extra-class-files.stamp when using the no-
bootstrap/OpenJDK mode.
2010-10-05 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Store path to rt-closed.jar in
ICEDTEA_PLUGS variable and reference on the classpath when
building extra-class-files.stamp.
changeset 6a5634736d60 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=6a5634736d60
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Jan 05 19:13:05 2010 +0000
Merge
changeset 3a66a0c37780 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=3a66a0c37780
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Jan 08 18:30:40 2010 +0000
Remove JDK_UPDATE_VERSION documentation patch; refined and applied
upstream.
2010-01-05 Andrew John Hughes <ahughes at redhat.com>
* patches/icedtea-jdk-docs-target.patch: Dropped,
refined version applied upstream.
* Makefile.am: Remove above patch.
changeset 789ddfe105c0 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=789ddfe105c0
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Jan 08 18:31:58 2010 +0000
Merge
changeset 2c1898b9904e in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=2c1898b9904e
author: Andrew John Hughes <ahughes at redhat.com>
date: Sat Jan 09 02:04:05 2010 +0000
Include Mercurial revisions and distro name in version output.
2010-01-08 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Calculate JDK and HotSpot Mercurial
revisions if available and pass to build. Also pass
DIST_NAME to build.
* acinclude.m4: (IT_GET_LSB_DATA): Moved from configure.ac
and extended to also obtain the name of the distribution
from either lsb_release -is or $build_os.
* configure.ac: Invoke IT_GET_LSB_DATA macro.
* patches/icedtea-version.patch: Updated to use distribution
name and JDK and HotSpot Mercurial revision IDs.
changeset 9fa9a9ddc6f8 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=9fa9a9ddc6f8
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Jan 12 01:23:12 2010 +0000
Merge
changeset fafd64b4a0a4 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=fafd64b4a0a4
author: Andrew John Hughes <ahughes at redhat.com>
date: Sat Jan 16 04:25:58 2010 +0000
Extend and adapt patches due to upstream changes.
2010-01-16 Andrew John Hughes <ahughes at redhat.com>
* patches/icedtea-liveconnect.patch: Don't quote
JAVA_ARGS twice. (6888709: Change use of -DX=\""Y\"" to
-DX='"Y"', consistently for all platforms)
http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/93c580ce5e88
* patches/icedtea-override.patch: Remove @Override on
interface methods in OCSPResponse.java
http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/c33ca6c539bf
changeset ce190943412e in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ce190943412e
author: Andrew John Hughes <ahughes at redhat.com>
date: Sat Jan 16 04:30:59 2010 +0000
Merge
changeset a8247a10bcac in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a8247a10bcac
author: Andrew John Hughes <ahughes at redhat.com>
date: Sun Jan 17 19:06:56 2010 +0000
Readd missing bracket lost in merge.
2010-01-17 Andrew John Hughes <ahughes at redhat.com>
* acinclude.m4: Re-add missing bracket removed by
merge.
changeset 91e3d06e1283 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=91e3d06e1283
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jan 20 10:48:37 2010 +0000
Merge
changeset bd1235460fae in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=bd1235460fae
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jan 21 01:57:01 2010 +0000
Include derivative name and version (e.g IcedTea6 1.7) in crash
dump. Obtain Mercurial revisions at configure time.
2010-01-20 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Pass DERIVATIVE_ID and
HOTSPOT_BUILD_VERSION to build (later only when the HotSpot
Mercurial revision is available). (patch.stamp):
Move revision derivation to configure.
* acinclude.m4: (IT_GET_LSB_DATA): Report results.
(IT_CHECK_FOR_MERCURIAL): Macro wrapper around check for hg.
(IT_OBTAIN_HG_REVISIONS): Obtain Mercurial revisions for
IcedTea, JDK and HotSpot if available.
* configure.ac: Call new macros.
* patches/icedtea-version-hotspot.patch: Updated to include
DERIVATIVE_ID (IcedTea6 version) in the crash dump output.
changeset ac7b942245f2 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ac7b942245f2
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jan 21 02:04:50 2010 +0000
Merge
changeset 30881dc8076c in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=30881dc8076c
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jan 28 16:34:49 2010 +0000
Merge
changeset 2e9cc3b3a882 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=2e9cc3b3a882
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jan 28 17:33:53 2010 +0000
Merge
changeset 7dfb8c2383c4 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=7dfb8c2383c4
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jan 28 17:34:31 2010 +0000
Merge
changeset fdc603d7a29a in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=fdc603d7a29a
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Jan 29 14:56:25 2010 +0000
Remove patches already in icedtea6-hg.
2010-01-29 Andrew John Hughes <ahughes at redhat.com>
* patches/icedtea-6920143-using-with-mouse.patch,
* patches/icedtea-6920172-location-relative-to-test.patch,
* patches/icedtea-6920172-turkish.patch,
* patches/icedtea-xml-encodinginfo.patch: Dropped, already in
OpenJDK6 hg.
* Makefile.am: Remove above patches.
changeset b1855c484f79 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b1855c484f79
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Feb 15 21:00:53 2010 +0000
Merge
changeset 54daa005cac0 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=54daa005cac0
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Feb 15 21:01:55 2010 +0000
Drop XShm patch -- applied upstream.
2010-02-15 Andrew John Hughes <ahughes at redhat.com>
* patches/icedtea-6897844-xshm.patch: Dropped,
applied upstream.
* Makefile.am: Remove above patch.
changeset 18446e8c463f in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=18446e8c463f
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Feb 15 22:10:30 2010 +0000
Remove backported patch.
2010-02-15 Andrew John Hughes <ahughes at redhat.com>
* patches/icedtea-6829636-loggingdeadlock2.patch:
Dropped; OpenJDK hg backport.
* Makefile.am: Remove above patch.
changeset 2e45706c88ce in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=2e45706c88ce
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Feb 15 22:12:10 2010 +0000
Merge
changeset 389724e2c6b5 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=389724e2c6b5
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Feb 15 22:13:10 2010 +0000
Remove backported patches.
2010-02-15 Andrew John Hughes <ahughes at redhat.com>
* patches/openjdk/6716076-loggingdeadlock2.patch,
* patches/openjdk/6912628-turkcert.patch,
* patches/openjdk/6917663-turkish.patch,
* patches/openjdk/6920143-using-with-mouse.patch,
* patches/openjdk/6920172-location-relative-to-test.patch:
Remove backported patches.
changeset 0e7eb56f320b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=0e7eb56f320b
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Feb 17 23:18:57 2010 +0000
Bump to released b18 tarball.
2010-02-17 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Bump to released b18 tarball.
changeset 76296a4bf985 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=76296a4bf985
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Feb 17 23:21:43 2010 +0000
Merge in changes from icedtea6-hg branch to support b18.
diffstat:
266 files changed, 25158 insertions(+), 44771 deletions(-)
.hgignore | 2
.hgtags | 1
ChangeLog | 1186 +
HACKING | 28
IcedTeaPlugin.cc | 4
Makefile.am | 715
NEWS | 67
acinclude.m4 | 759 -
configure.ac | 260
contrib/checkopts/Test.java | 5
contrib/checkopts/checkopts | 149
contrib/jck/compile-native-code.sh | 3
generated/sun/misc/Version.java | 4
hotspot.map | 2
javac.in | 2
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/AudioFileSoundbankReader.java | 131
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/AudioFloatConverter.java | 1058 -
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/AudioFloatFormatConverter.java | 617
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/AudioFloatInputStream.java | 281
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/AudioSynthesizer.java | 128
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/AudioSynthesizerPropertyInfo.java | 76
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/CHANGES.txt | 310
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/DLSInfo.java | 109
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/DLSInstrument.java | 448
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/DLSModulator.java | 351
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/DLSRegion.java | 150
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/DLSSample.java | 122
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/DLSSampleLoop.java | 63
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/DLSSampleOptions.java | 80
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/DLSSoundbank.java | 1287 -
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/DLSSoundbankReader.java | 74
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/EmergencySoundbank.java | 2695 ---
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/FFT.java | 748 -
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/InvalidDataException.java | 45
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/InvalidFormatException.java | 44
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/JARSoundbankReader.java | 120
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/LICENSE | 347
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelAbstractChannelMixer.java | 126
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelAbstractOscillator.java | 200
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelByteBuffer.java | 329
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelByteBufferWavetable.java | 281
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelChannelMixer.java | 50
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelConnectionBlock.java | 135
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelDestination.java | 117
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelDirectedPlayer.java | 36
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelDirector.java | 46
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelIdentifier.java | 169
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelInstrument.java | 136
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelInstrumentComparator.java | 52
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelMappedInstrument.java | 62
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelOscillator.java | 44
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelOscillatorStream.java | 48
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelPatch.java | 52
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelPerformer.java | 143
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelSource.java | 109
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelStandardDirector.java | 86
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelStandardTransform.java | 139
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelTransform.java | 35
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelWavetable.java | 49
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/README.txt | 402
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/RIFFInvalidDataException.java | 43
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/RIFFInvalidFormatException.java | 44
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/RIFFReader.java | 332
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/RIFFWriter.java | 365
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SF2GlobalRegion.java | 33
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SF2Instrument.java | 911 -
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SF2InstrumentRegion.java | 43
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SF2Layer.java | 78
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SF2LayerRegion.java | 43
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SF2Modulator.java | 97
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SF2Region.java | 167
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SF2Sample.java | 216
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SF2Soundbank.java | 973 -
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SF2SoundbankReader.java | 73
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SimpleInstrument.java | 196
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SimpleSoundbank.java | 145
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftAbstractResampler.java | 390
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftAudioBuffer.java | 104
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftAudioProcessor.java | 48
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftAudioPusher.java | 92
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftChannel.java | 1556 --
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftChannelProxy.java | 202
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftChorus.java | 337
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftControl.java | 36
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftCubicResampler.java | 87
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftEnvelopeGenerator.java | 298
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftFilter.java | 616
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftInstrument.java | 82
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftJitterCorrector.java | 277
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftLanczosResampler.java | 118
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftLimiter.java | 191
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftLinearResampler.java | 70
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftLinearResampler2.java | 108
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftLowFrequencyOscillator.java | 130
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMainMixer.java | 1029 -
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMidiAudioFileReader.java | 214
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMixingClip.java | 539
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMixingDataLine.java | 522
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMixingMainMixer.java | 259
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMixingMixer.java | 529
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMixingMixerProvider.java | 66
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMixingSourceDataLine.java | 519
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftPerformer.java | 775 -
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftPointResampler.java | 63
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftProcess.java | 41
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftProvider.java | 51
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftReceiver.java | 83
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftResampler.java | 35
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftResamplerStreamer.java | 38
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftReverb.java | 515
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftShortMessage.java | 58
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftSincResampler.java | 139
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftSynthesizer.java | 1179 -
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftTuning.java | 256
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftVoice.java | 851 -
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/WaveExtensibleFileReader.java | 339
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/WaveFloatFileReader.java | 166
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/WaveFloatFileWriter.java | 147
overlays/openjdk/jdk/test/java/util/SimpleTimeZone/EndOfDay.java | 23
patches/cacao/arm-arch-defines.patch | 47
patches/cacao/nio2.patch | 41
patches/cacao/no-strict-aliasing.patch | 31
patches/ecj/bootver.patch | 18
patches/ecj/icedtea-hotspot.patch | 16
patches/ecj/icedtea-jaxp-dependency.patch | 25
patches/ecj/icedtea.patch | 241
patches/hotspot/hs16/icedtea-params-cast-size_t.patch | 60
patches/hotspot/hs16/memory-limits.patch | 24
patches/hotspot/hs16/shark.patch | 9
patches/hotspot/original/memory-limits.patch | 23
patches/icedtea-6897844-xshm.patch | 13
patches/icedtea-alpha-fixes.patch | 20
patches/icedtea-arch.patch | 10
patches/icedtea-bytecodeInterpreter.patch | 11
patches/icedtea-cc-interp-backedge.patch | 30
patches/icedtea-cc-interp-jvmti.patch | 13
patches/icedtea-core-build-hotspot.patch | 108
patches/icedtea-core-build.patch | 81
patches/icedtea-ia64-bugfix.patch | 16
patches/icedtea-ia64-fdlibm.patch | 12
patches/icedtea-jdk-docs-target.patch | 16
patches/icedtea-jtreg-hatrun.patch | 50
patches/icedtea-libraries.patch | 30
patches/icedtea-linker-options.patch | 48
patches/icedtea-linux-separate-debuginfo.patch | 379
patches/icedtea-liveconnect.patch | 79
patches/icedtea-memory-limits.patch | 23
patches/icedtea-override.patch | 198
patches/icedtea-parisc.patch | 14
patches/icedtea-rhino.patch | 20
patches/icedtea-s390-serialize.patch | 15
patches/icedtea-sh4-support.patch | 63
patches/icedtea-shark-build-hotspot.patch | 213
patches/icedtea-shark-build.patch | 49
patches/icedtea-shark.patch | 20
patches/icedtea-signature-iterator.patch | 44
patches/icedtea-sparc-trapsfix.patch | 19
patches/icedtea-static-libstdc++.patch | 16
patches/icedtea-test-atomic-operations.patch | 25
patches/icedtea-uname.patch | 20
patches/icedtea-use-system-tzdata.patch | 142
patches/icedtea-version-hotspot.patch | 42
patches/icedtea-version.patch | 88
patches/icedtea-xjc.patch | 38
patches/icedtea-xml-encodinginfo.patch | 79
patches/icedtea-zero-build-hotspot.patch | 129
patches/icedtea-zero-build.patch | 205
patches/icedtea-zero.patch | 229
patches/libpng.patch | 12
patches/openjdk/6432567-debugger-socket-overflow.patch | 17
patches/security/icedtea-6631533.patch | 184
patches/security/icedtea-6632445.patch | 103
patches/security/icedtea-6636650.patch | 139
patches/security/icedtea-6657026.patch | 1609 --
patches/security/icedtea-6657138.patch | 745
patches/security/icedtea-6664512.patch | 1227 -
patches/security/icedtea-6822057.patch | 32
patches/security/icedtea-6824265.patch | 142
patches/security/icedtea-6861062.patch | 344
patches/security/icedtea-6862968.patch | 60
patches/security/icedtea-6863503.patch | 33
patches/security/icedtea-6864911.patch | 422
patches/security/icedtea-6872357.patch | 17
patches/security/icedtea-6872358.patch | 157
patches/security/icedtea-6874643.patch | 16
patches/zero/6890308.patch | 760 +
patches/zero/6891677.patch | 418
patches/zero/6896043.patch | 113
patches/zero/6903453.patch | 38
patches/zero/6909153.patch | 40
patches/zero/6913869.patch | 12
patches/zero/6914622.patch | 98
platform_zero.in | 17
plugin/icedtea/sun/applet/PluginAppletViewer.java | 38
plugin/icedteanp/IcedTeaJavaRequestProcessor.cc | 365
plugin/icedteanp/IcedTeaJavaRequestProcessor.h | 53
plugin/icedteanp/IcedTeaNPPlugin.cc | 165
plugin/icedteanp/IcedTeaNPPlugin.h | 9
plugin/icedteanp/IcedTeaPluginRequestProcessor.cc | 803 -
plugin/icedteanp/IcedTeaPluginRequestProcessor.h | 9
plugin/icedteanp/IcedTeaPluginUtils.cc | 310
plugin/icedteanp/IcedTeaPluginUtils.h | 70
plugin/icedteanp/IcedTeaRunnable.h | 2
plugin/icedteanp/IcedTeaScriptablePluginObject.cc | 260
plugin/icedteanp/IcedTeaScriptablePluginObject.h | 14
plugin/icedteanp/java/netscape/javascript/JSObject.java | 7
plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java | 139
plugin/icedteanp/java/sun/applet/PluginAppletSecurityContext.java | 103
plugin/icedteanp/java/sun/applet/PluginAppletViewer.java | 2368 +--
plugin/icedteanp/java/sun/applet/PluginCallRequestFactory.java | 3
plugin/tests/LiveConnect/DummyObject.java | 15
plugin/tests/LiveConnect/OverloadTestHelper1.java | 1
plugin/tests/LiveConnect/OverloadTestHelper2.java | 1
plugin/tests/LiveConnect/OverloadTestHelper3.java | 1
plugin/tests/LiveConnect/PluginTest.java | 710
plugin/tests/LiveConnect/build | 18
plugin/tests/LiveConnect/common.js | 218
plugin/tests/LiveConnect/index.html | 91
plugin/tests/LiveConnect/jjs_eval_test.js | 57
plugin/tests/LiveConnect/jjs_func_parameters_tests.js | 107
plugin/tests/LiveConnect/jjs_func_rettype_tests.js | 61
plugin/tests/LiveConnect/jjs_get_tests.js | 114
plugin/tests/LiveConnect/jjs_set_tests.js | 314
plugin/tests/LiveConnect/jsj_func_overload_tests.js | 181
plugin/tests/LiveConnect/jsj_func_parameters_tests.js | 216
plugin/tests/LiveConnect/jsj_func_rettype_tests.js | 262
plugin/tests/LiveConnect/jsj_get_tests.js | 260
plugin/tests/LiveConnect/jsj_set_tests.js | 318
plugin/tests/LiveConnect/jsj_type_casting_tests.js | 825 +
plugin/tests/LiveConnect/jsj_type_conversion_tests.js | 825 +
ports/hotspot/build/linux/makefiles/shark.make | 32
ports/hotspot/build/linux/makefiles/zero.make | 74
ports/hotspot/make/linux/makefiles/shark.make | 32
ports/hotspot/make/linux/makefiles/zero.make | 32
ports/hotspot/make/linux/makefiles/zeroshark.make | 78
ports/hotspot/make/linux/platform_zero.in | 17
ports/hotspot/src/cpu/zero/vm/asm_helper.cpp | 488
ports/hotspot/src/cpu/zero/vm/assembler_zero.hpp | 5
ports/hotspot/src/cpu/zero/vm/bytecodes_arm.def | 3137 ----
ports/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S | 5285 +++----
ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp | 43
ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp | 6
ports/hotspot/src/cpu/zero/vm/entry_zero.hpp | 6
ports/hotspot/src/cpu/zero/vm/frame_zero.cpp | 4
ports/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp | 5
ports/hotspot/src/cpu/zero/vm/globals_zero.hpp | 2
ports/hotspot/src/cpu/zero/vm/stack_zero.hpp | 2
ports/hotspot/src/cpu/zero/vm/thumb2.cpp | 7456 ++++++++++
ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp | 18
ports/hotspot/src/share/vm/includeDB_zero | 55
ports/hotspot/src/share/vm/shark/llvmHeaders.hpp | 7
ports/hotspot/src/share/vm/shark/sharkCompiler.cpp | 32
ports/hotspot/src/share/vm/shark/sharkContext.hpp | 8
rewriter/agpl-3.0.txt | 661
rewriter/com/redhat/rewriter/ClassRewriter.java | 293
rt/net/sourceforge/jnlp/JNLPFile.java | 11
rt/net/sourceforge/jnlp/Launcher.java | 23
rt/net/sourceforge/jnlp/Parser.java | 28
rt/net/sourceforge/jnlp/runtime/ApplicationInstance.java | 31
rt/net/sourceforge/jnlp/runtime/Boot.java | 5
rt/net/sourceforge/jnlp/runtime/JNLPClassLoader.java | 75
rt/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java | 2
rt/net/sourceforge/jnlp/util/XDesktopEntry.java | 5
tapset/jstack.stp.in | 503
tz.properties.in | 1
} | 3
diffs (truncated from 76695 to 500 lines):
diff -r ac0296b09732 -r 76296a4bf985 .hgignore
--- a/.hgignore Mon Nov 23 13:38:58 2009 +0000
+++ b/.hgignore Wed Feb 17 23:21:43 2010 +0000
@@ -31,7 +31,6 @@ rt-source-files.txt
rt-source-files.txt
hotspot-tools-source-files.txt
tools-source-files.txt
-platform_zero
jvm.cfg
ergo.c
tapset/hotspot.stp
@@ -470,3 +469,4 @@ pulse-java.jar
pulse-java.jar
hotspot.tar.gz
ports/hotspot/src/cpu/zero/vm/bytecodes_arm.s
+plugin/tests/LiveConnect/*jar
diff -r ac0296b09732 -r 76296a4bf985 .hgtags
--- a/.hgtags Mon Nov 23 13:38:58 2009 +0000
+++ b/.hgtags Wed Feb 17 23:21:43 2010 +0000
@@ -16,3 +16,4 @@ 07de70c5883a637ea2ef4aba3f8472edd7e12f1e
07de70c5883a637ea2ef4aba3f8472edd7e12f1e icedtea6-1.5rc2
926c38e2b2830971f6ca0dff2ce25f78a694b178 icedtea6-1.5rc3
9420faca6468e1c75e9bfa73b31246ba0b73a77d icedtea-1.6-branchpoint
+8826d5735e2ca97ecdb35e7c977785d3e5b99556 icedtea-1.7-branchpoint
diff -r ac0296b09732 -r 76296a4bf985 ChangeLog
--- a/ChangeLog Mon Nov 23 13:38:58 2009 +0000
+++ b/ChangeLog Wed Feb 17 23:21:43 2010 +0000
@@ -1,3 +1,1189 @@ 2009-11-23 Andrew John Hughes <ahughes
+2010-02-17 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Bump to released b18 tarball.
+
+2010-02-17 Andrew John Hughes <ahughes at redhat.com>
+
+ PR icedtea/179
+ * ChangeLog: Remove rogue whitespace highlighted
+ by emacs.
+ * Makefile.am:
+ (REWRITER_SRCS): Sources for class file rewriter.
+ Only set RHINO_JAR when WITH_RHINO is set. Point
+ to rewritten JAR file in build directory. Add
+ rewriter and license to EXTRA_DIST. Make icedtea,
+ icedtea-debug and icedtea-ecj depend on rewrite-rhino.stamp.
+ (stamps/rewriter.stamp): Build the class file rewriter.
+ (stamps/rewrite-rhino.stamp): Rewrite the system Rhino JAR
+ file to use the sun.org.mozilla namespace to avoid conflicts.
+ (rewriter): New alias for stamps/rewriter.stamp.
+ (rewrite-rhino): Likewise for stamps/rewrite-rhino.stamp.
+ * patches/icedtea-rhino.patch:
+ Copy rather than symlink the JAR file. Only drop the
+ internal suffix on the javascript package names.
+ * rewriter/com/redhat/rewriter/ClassRewriter.java:
+ (executor): Use a single threaded executor when
+ debugging is enabled.
+ (tasks): Store the Futures returned by the executor
+ for later checking.
+ (main(String[])): Log what happens when processFile
+ returns and handle any exceptions using Futures.
+ (call()): Ensure srcDir/destDir replacement always
+ matches with a trailing slash to avoid odd rewrites.
+ Loop directory creation to avoid possible race issues.
+ Increase logging and fix a number of issues with the rewrite:
+ * Fix off-by-one loop bug so final entry is inspected.
+ * Handle double entries which occur with 8-byte entries
+ (doubles and longs):
+ http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#16628
+
+2010-02-15 Andrew John Hughes <ahughes at redhat.com>
+
+ * patches/openjdk/6716076-loggingdeadlock2.patch,
+ * patches/openjdk/6912628-turkcert.patch,
+ * patches/openjdk/6917663-turkish.patch,
+ * patches/openjdk/6920143-using-with-mouse.patch,
+ * patches/openjdk/6920172-location-relative-to-test.patch:
+ Remove backported patches.
+
+2010-02-17 Xerxes RÃ¥nby <xerxes at zafena.se>
+
+ * ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
+ (SharkCompiler::SharkCompiler): Implement host CPU feature
+ autotuner using LLVM 2.7 APIs.
+ * ports/hotspot/src/share/vm/shark/llvmHeaders.hpp:
+ Define llvm/ADT/StringMap.h and llvm/System/Host.h
+ depending on LLVM version.
+ Allways define llvm/Support/CommandLine.h.
+
+2010-02-16 Gary Benson <gbenson at redhat.com>
+
+ * contrib/jck/compile-native-code.sh: Add s390.
+
+2010-02-15 Andrew John Hughes <ahughes at redhat.com>
+
+ * patches/icedtea-6829636-loggingdeadlock2.patch:
+ Dropped; OpenJDK hg backport.
+ * Makefile.am: Remove above patch.
+
+2010-02-15 Andrew John Hughes <ahughes at redhat.com>
+
+ * patches/icedtea-6829636-loggingdeadlock2.patch,
+ * patches/icedtea-6912628-turkcert.patch,
+ * patches/icedtea-6920143-using-with-mouse.patch,
+ * patches/icedtea-6920172-location-relative-to-test.patch,
+ * patches/icedtea-6920172-turkish.patch:
+ Moved.
+ * Makefile.am: Use new patch paths.
+ * patches/openjdk/6716076-loggingdeadlock2.patch,
+ * patches/openjdk/6912628-turkcert.patch,
+ * patches/openjdk/6917663-turkish.patch,
+ * patches/openjdk/6920143-using-with-mouse.patch,
+ * patches/openjdk/6920172-location-relative-to-test.patch:
+ Move OpenJDK patches to appropriate directory and use
+ correct bug IDs for loggingdeadlock2 and turkish.
+
+2010-02-15 Andrew John Hughes <ahughes at redhat.com>
+
+ * patches/icedtea-6897844-xshm.patch:
+ Dropped, applied upstream.
+ * Makefile.am: Remove above patch.
+
+2010-02-15 Andrew John Hughes <ahughes at redhat.com>
+
+ * rewriter/agpl-3.0.txt,
+ * rewriter/com/redhat/rewriter/ClassRewriter.java:
+ Add class rewriter for fixing Rhino classes
+ to use the com.sun.org.mozilla namespace,
+ along with corresponding license.
+
+2010-02-15 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp
+ (CppInterpreter::result_type_of): New method.
+ * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
+ (CppInterpreter::result_type_of): Likewise.
+ (CppInterpreter::main_loop): Use the above.
+ (CppInterpreter::native_entry): Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp
+ (os::is_allocatable): s/AMD64/_LP64/.
+
+2010-02-12 Gary Benson <gbenson at redhat.com>
+
+ * configure.ac: Strip stupid options that llvm-config supplies.
+
+2010-02-09 Edward Nevill <ed at camswl.com>
+
+ * cppInterpreter_arm.S / thumb2.cpp
+ Make Thumb2 JIT the default build
+
+2010-02-03 Deepak Bhole <dbhole at redhat.com>
+
+ * plugin/icedteanp/IcedTeaNPPlugin.cc
+ (plugin_create_applet_tag): Encode new lines, carriage returns, and other
+ special characters before sending them to Java side (de-coding code is
+ already in effect on Java side).
+
+2010-02-03 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * Makefile.am: Add new patch.
+ * patches/icedtea-6829636-loggingdeadlock2.patch
+ Fix for Sun bug: 6829636: test case correction
+ test/java/util/logging/loggingdeadlock2.java
+
+2010-02-02 Deepak Bhole <dbhole at redhat.com>
+
+ * plugin/tests/LiveConnect/PluginTest.java
+ (jjsEvalTest): New function. Calls JSObject.eval() with given string.
+ * plugin/tests/LiveConnect/common.js: Added eval test suite as one of the
+ run options.
+ * plugin/tests/LiveConnect/index.html: Same.
+ * plugin/tests/LiveConnect/jjs_eval_test.js: Eval tests.
+
+2010-02-02 Deepak Bhole <dbhole at redhat.com>
+
+ * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java: Re-designed frame
+ embedding code so that the applet is dynamically packed into given handle.
+
+2010-02-02 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * Makefile.am: Add new patches.
+ * patches/icedtea-6912628-turkcert.patch:
+ Fix for Sun bug: 6912628: test case correction
+ test/java/util/jar/JarFile/TurkCert.java cannot be run in
+ samevm mode. Added tag to run this test in othervm
+
+2010-02-02 Edward Nevill <ed at camswl.com>
+
+ * asm_helper.cpp, cppInterpreter_arm.S, thumb2.cpp, bytecodes_arm.def
+ Several bug fixes to compiled exection handling methods.
+ Copyright notices updated to 2010 and added to thumb2.cpp
+ Assertions turned off in PRODUCT build
+ Compilation summary and stats to stderr instead of stdout
+
+2010-02-01 Xerxes RÃ¥nby <xerxes at zafena.se>
+
+ * ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
+ (SharkCompiler::SharkCompiler): Use sharkContext::module
+ instead of sharkContext::module_provider when using LLVM 2.7
+ to handle LLVM r94686 API change.
+ * ports/hotspot/src/share/vm/shark/sharkContext.hpp
+ (sharkContext::module): Made public when using LLVM 2.7.
+ (sharkContext::module_provider): Undefine when using LLVM 2.7.
+ * ports/hotspot/src/share/vm/shark/llvmHeaders.hpp
+ (llvm/ModuleProvider.h): Undefine when using LLVM 2.7.
+
+2010-01-29 Andrew John Hughes <ahughes at redhat.com>
+
+ * patches/icedtea-6920143-using-with-mouse.patch,
+ * patches/icedtea-6920172-location-relative-to-test.patch,
+ * patches/icedtea-6920172-turkish.patch,
+ * patches/icedtea-xml-encodinginfo.patch:
+ Dropped, already in OpenJDK6 hg.
+ * Makefile.am: Remove above patches.
+
+2010-01-29 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am: Add INITIAL_BOOTSTRAP_LINK_STAMP
+ to avoid the need to check for bootstrap/jdk1.6.0
+ on each javac or jar invocation.
+
+2010-01-29 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am: Add ICEDTEANPPLUGIN_TARGET
+ back as a dependency of icedtea and icedtea-debug.
+
+2010-01-28 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * Makefile.am: Add new patches.
+ * patches/icedtea-6920143-using-with-mouse.patch:
+ Fix for Sun bug 6920143: added small delay to make
+ sure that TextArea animation have finished
+ * patches/icedtea-6920172-location-relative-to-test.patch:
+ Fix for Sun bug 6920172: test case correction. Check
+ frame position against graphics environment's
+ center point
+ * patches/icedtea-6920172-turkish.patch:
+ Added othervm flag to ensure that this test will run
+ in isolation
+
+2010-01-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am: Use one general
+ stamps/plugin.stamp to mark plugin
+ installation as in IcedTea7. Add
+ matching clean-plugin target.
+
+2010-01-28 Edward Nevill <ed at camswl.com>
+
+ * asm_helper.cpp, cppInterpreter_arm.S, thumb2.cpp
+ Add stack checking in JIT code, fix IllegalMonitorException bug,
+ make compilation MP safe, fix bug with large no. of locals,
+ added buffer checking on compile buffer, fix large tableswitch bug,
+ fix byte accessor bug, add opc_return_register_finalizer.
+
+2010-01-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am: Reference plugin
+ directory by absolute path in EXTRA_DIST
+ to avoid confusion with build rule.
+
+2010-01-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Updated for 1.7 release.
+
+2010-01-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * HACKING: Document new patch.
+ * Makefile.am: Add new patch.
+ * patches/libpng.patch:
+ Patch splashscreen code so that
+ it will build against libpng 1.4
+ (png_check_sig --> png_sig_cmp)
+
+2010-01-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS:
+ Add missing items for 1.5.1, 1.5.2,
+ 1.5.3, 1.6.1 and 1.6.2.
+
+2010-01-27 Edward Nevill <ed at camswl.com>
+
+ * ports/hotspot/src/cpu/zero/vm/thumb2.cpp
+ Forgot to do hg add on this file in my last commit
+
+2010-01-26 Deepak Bhole <dbhole at redhat.com>
+
+ * NEWS: Added message about alpha release for the new NPR based plugin.
+
+2010-01-27 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am: Remove quoting from ICEDTEA_NAME ICEDTEA_REV
+ ICEDTEA_PKG.
+
+2010-01-26 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (stamps/plugin-tests.stamp): Add
+ a target for building the plugin tests.
+ (plugin-tests): Alias for the above.
+
+2010-01-25 Andrew John Hughes <ahughes at redhat.com>
+
+ * acinclude.m4:
+ (IT_CHECK_OLD_PLUGIN): New macro for
+ --enable/disable-plugin.
+ (IT_CHECK_NEW_PLUGIN): Likewise for
+ --enable/disable-npplugin.
+ (IT_CHECK_PLUGIN_DEPENDENCIES): New macro
+ to run pkg-config checks. Enables the new
+ plugin if xulrunner 1.9.2 or above is
+ detected.
+ (IT_CHECK_XULRUNNER_VERSION): Obtain the
+ XULrunner vgersion for MOZILLA_VERSION_COLLAPSED.
+ * configure.ac:
+ Replace old plugin stuff with a single call
+ to IT_CHECK_XULRUNNER_VERSION (which depends
+ on the other macros).
+
+2010-01-25 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Build NPPlugin source files separately.
+
+2010-01-25 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Fix ICEDTEAPLUGIN_TARGET to use new
+ stamp targets and remove redundant
+ ICEDTEANPPPLUGIN_TARGET.
+
+2010-01-25 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Use NPPLUGIN_SRCDIR for Java plugin sources.
+
+2010-01-25 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Provide stamp targets for both npplugin
+ and the old plugin so 'make plugin' builds
+ the one configured.
+
+2010-01-25 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Remove trailing space after IcedTea version
+ in plugin version information when package
+ version is not set.
+
+2010-01-25 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Build NPPlugin in the build directory,
+ not the source tree.
+
+2010-01-22 Deepak Bhole <dbhole at redhat.com>
+
+ * Makefile.am:
+ Use MOZILLA_CFLAGS/LIBS rather than
+ XULRUNNER.
+ * configure.ac:
+ Check for Mozilla not XULrunner.
+ Bring in libxul-unstable as well.
+ * plugin/icedteanp/IcedTeaNPPlugin.cc:
+ Use PRInt32 rather than PRInt32_t for port.
+
+2010-01-25 Andrew John Hughes <ahughes at redhat.com>
+
+ * IcedTeaPlugin.cc:
+ Standardise plugin versioning.
+ * Makefile.am:
+ Set ICEDTEA_NAME and use in place of literal
+ "IcedTea6". Use HAS_PKGVERSION to set ICEDTEA_PKG
+ and output DISTRO_PACKAGE_VERSION rather than
+ running test. Set PLUGIN_VERSION and use for
+ both plugins.
+ * acinclude.m4:
+ (IT_GET_PKGVERSION): Moved from configure.ac and
+ changed to a macro with output.
+ (IT_GET_LSB_DATA): Depend on IT_GET_PKGVERSION.
+ * configure.ac:
+ Invoke new IT_GET_PKGVERSION macro.
+ * plugin/icedteanp/IcedTeaNPPlugin.cc:
+ Standardise plugin versioning.
+
+2010-01-25 Andrew John Hughes <ahughes at redhat.com>
+
+ * patches/icedtea-libraries.patch:
+ Make all dlopen choices at build-time,
+ not just one. Support libjpeg8 as well.
+
+2010-01-21 Andrew John Hughes <ahughes at redhat.com>
+
+ PR icedtea/433
+ * Makefile.am:
+ Add set -e to tarball extractions so
+ that they fail immediately.
+
+2010-01-21 Edward Nevill <ed at camswl.com>
+
+ * zeroshark.make, asm_helper.cpp, bytecodes_arm.def,
+ cppInterpreter_arm.S, thumb2.cpp (new file)
+ Added Thumb2 JIT (not build as default - yet)
+ Removal of, more, hard coded constants
+ Move 'complex' bytecodes from cppInterpreter_arm.S to asm_helper.cpp
+ General tidying up of cppInterpreter_arm.S
+
+2010-01-21 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am: Don't hide errors in statement sequences building
+ the NPPlugin. Use ICEDTEA_REV to defined PLUGIN_VERSION.
+
+2010-01-21 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Fix paths to patches and IcedTeaNPPlugin.cc
+ for make dist.
+
+2010-01-20 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Pass DERIVATIVE_ID and HOTSPOT_BUILD_VERSION
+ to build (later only when the HotSpot Mercurial
+ revision is available).
+ (patch.stamp): Move revision derivation to configure.
+ * acinclude.m4:
+ (IT_GET_LSB_DATA): Report results.
+ (IT_CHECK_FOR_MERCURIAL): Macro wrapper around check for hg.
+ (IT_OBTAIN_HG_REVISIONS): Obtain Mercurial revisions for
+ IcedTea, JDK and HotSpot if available.
+ * configure.ac:
+ Call new macros.
+ * patches/icedtea-version-hotspot.patch:
+ Updated to include DERIVATIVE_ID (IcedTea6 version)
+ in the crash dump output.
+
+2010-01-20 Xerxes RÃ¥nby <xerxes at zafena.se>
+
+ PR icedtea/431:
+ * Makefile.am:
+ Create a link from client to server after CACAO install
+ to make openjdk find the expected client dir on 32bit systems.
+
+2010-01-08 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Calculate JDK and HotSpot Mercurial revisions
+ if available and pass to build. Also pass
+ DIST_NAME to build.
+ * acinclude.m4:
+ (IT_GET_LSB_DATA): Moved from configure.ac
+ and extended to also obtain the name of
+ the distribution from either lsb_release -is
+ or $build_os.
+ * configure.ac:
+ Invoke IT_GET_LSB_DATA macro.
+ * patches/icedtea-version.patch:
+ Updated to use distribution name and JDK and
+ HotSpot Mercurial revision IDs.
+
+2010-01-19 Man Lung Wong <mwong at redhat.com>
+
+ * rt/net/sourceforge/jnlp/JNLPFile.java
+ (parse): Added a default value for sourceLocation to make sure it is
+ not null (location is never null).
+ * rt/net/sourceforge/jnlp/Parser.java:
+ Removed variable base, and replaced it with codebase. The fix ended
+ with base the same as codebase, hence no longer needed. Otherwise,
+ netx will launch a jnlp file with codebase null and href not
+ null (not the way sun's webstart behaves).
+ * rt/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
+ (setSecurity): Added a variable codebase, which gets the value of
+ codebae attribute in the jnlp file ifit exists. Otherwise, it gets
+ the value of the location of main jar resource (which needs to be
+ changed to the codebase portion instead of the entire location).
+
+2010-01-18 Andrew John Hughes <ahughes at redhat.com>
+
+ * configure.ac:
+ Use AC_LANG_PUSH and AC_LANG_POP instead
+ of deprecated SAVE and RESTORE macros.
+
+2010-01-18 Andrew John Hughes <ahughes at redhat.com>
+
+ PR icedtea/416:
+ * Makefile.am:
+ Use $(OPENJDK_SRC_ZIP) and $(HOTSPOT_SRC_ZIP)
+ to determine names of tarballs rather than
+ hardcoding openjdk.tar.gz and hotspot.tar.gz
+
+2010-01-17 Andrew John Hughes <ahughes at redhat.com>
+
+ * acinclude.m4:
+ Re-add missing bracket removed by merge.
+
+2010-01-16 Andrew John Hughes <ahughes at redhat.com>
+
+ * patches/icedtea-liveconnect.patch:
+ Don't quote JAVA_ARGS twice.
+ (6888709: Change use of -DX=\""Y\"" to
+ -DX='"Y"', consistently for all platforms)
More information about the distro-pkg-dev
mailing list