changeset in /hg/icedtea: Merge IcedTea6.
Andrew John Hughes
gnu_andrew at member.fsf.org
Sat Oct 18 21:23:38 PDT 2008
changeset c3ce7b102fa2 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=c3ce7b102fa2
description:
Merge IcedTea6.
diffstat:
182 files changed, 81771 insertions(+), 5809 deletions(-)
.hgignore | 11
.hgtags | 1
AUTHORS | 2
ChangeLog | 766
HACKING | 14
INSTALL | 16
IcedTeaPlugin.cc | 1079
Makefile.am | 372
NEWS | 23
README | 19
acinclude.m4 | 110
configure.ac | 59
fsg.sh | 4
generated/com/sun/corba/se/impl/logging/ActivationSystemException.java | 2
generated/com/sun/corba/se/impl/logging/IORSystemException.java | 2
generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java | 2
generated/com/sun/corba/se/impl/logging/LogStrings.properties | 1
generated/com/sun/corba/se/impl/logging/NamingSystemException.java | 2
generated/com/sun/corba/se/impl/logging/OMGSystemException.java | 2
generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java | 30
generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.resource | 1
generated/com/sun/corba/se/impl/logging/POASystemException.java | 2
generated/com/sun/corba/se/impl/logging/UtilSystemException.java | 2
generated/sun/misc/Version.java | 4
generated/sun/tools/jconsole/Version.java | 2
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/CHANGES.txt | 44
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelByteBuffer.java | 26
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelInstrument.java | 4
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftChannel.java | 52
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftCubicResampler.java | 2
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMainMixer.java | 51
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMixingMixer.java | 56
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftReverb.java | 341
overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftSynthesizer.java | 220
overlays/openjdk/jdk/src/share/classes/net/sourceforge/jnlp/Launcher.java | 1
overlays/openjdk/jdk/src/share/classes/net/sourceforge/jnlp/NetxPanel.java | 16
overlays/openjdk/jdk/src/share/classes/net/sourceforge/jnlp/runtime/JNLPRuntime.java | 9
overlays/openjdk/jdk/src/share/classes/net/sourceforge/nanoxml/XMLElement.java | 4
overlays/openjdk/jdk/test/com/sun/media/sound/AudioFloatConverter/ToFloatArray.java | 29
overlays/openjdk/jdk/test/com/sun/media/sound/SoftAudioSynthesizer/Open.java | 2
overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetLatency.java | 2
overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetReceiver.java | 2
overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetReceiver2.java | 2
overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetReceivers.java | 2
overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetTransmitter.java | 2
overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetTransmitters.java | 2
overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/ImplicitOpenClose.java | 6
overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/Open.java | 6
patches/icedtea-6700047-loopopts.patch | 34
patches/icedtea-6712835-ifnode.patch | 25
patches/icedtea-6open-6616825.patch | 294
patches/icedtea-6open-6651382.patch | 116
patches/icedtea-6open-6756202.patch | 20
patches/icedtea-arch.patch | 389
patches/icedtea-clean-crypto.patch | 606
patches/icedtea-ecj-spp.patch | 65
patches/icedtea-ecj.patch | 263
patches/icedtea-hotspot-6b12-7b24.patch |56979 ++++++++++
patches/icedtea-lc_ctype.patch | 23
patches/icedtea-liveconnect.patch | 3361
patches/icedtea-lucene-crash.patch | 64
patches/icedtea-messageutils.patch | 12
patches/icedtea-pulse-soundproperties.patch | 16
patches/icedtea-shark.patch | 115
patches/icedtea-visualvm.patch | 26
patches/icedtea-webstart.patch | 275
plugin/icedtea/netscape/javascript/JSException.java | 140
plugin/icedtea/netscape/javascript/JSObject.java | 258
plugin/icedtea/netscape/javascript/JSProxy.java | 58
plugin/icedtea/netscape/javascript/JSRunnable.java | 70
plugin/icedtea/netscape/javascript/JSUtil.java | 59
plugin/icedtea/sun/applet/AppletSecurityContextManager.java | 33
plugin/icedtea/sun/applet/GetMemberPluginCallRequest.java | 76
plugin/icedtea/sun/applet/GetWindowPluginCallRequest.java | 75
plugin/icedtea/sun/applet/PluginAppletSecurityContext.java | 1171
plugin/icedtea/sun/applet/PluginAppletViewer.java | 1496
plugin/icedtea/sun/applet/PluginCallRequest.java | 85
plugin/icedtea/sun/applet/PluginCallRequestFactory.java | 20
plugin/icedtea/sun/applet/PluginClassLoader.java | 13
plugin/icedtea/sun/applet/PluginDebug.java | 13
plugin/icedtea/sun/applet/PluginException.java | 15
plugin/icedtea/sun/applet/PluginMain.java | 188
plugin/icedtea/sun/applet/PluginMessageConsumer.java | 67
plugin/icedtea/sun/applet/PluginMessageHandlerWorker.java | 78
plugin/icedtea/sun/applet/PluginObjectStore.java | 132
plugin/icedtea/sun/applet/PluginStreamHandler.java | 367
plugin/icedtea/sun/applet/RequestQueue.java | 39
plugin/icedtea/sun/applet/TestEnv.java | 172
plugin/icedtea/sun/applet/VoidPluginCallRequest.java | 68
ports/hotspot/make/linux/makefiles/shark.make | 1
ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp | 4
ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp | 184
ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp | 6
ports/hotspot/src/cpu/zero/vm/deoptimizerFrame_zero.hpp | 49
ports/hotspot/src/cpu/zero/vm/disassembler_zero.cpp | 7
ports/hotspot/src/cpu/zero/vm/frame_zero.cpp | 26
ports/hotspot/src/cpu/zero/vm/frame_zero.hpp | 21
ports/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp | 11
ports/hotspot/src/cpu/zero/vm/interpreterFrame_zero.hpp | 9
ports/hotspot/src/cpu/zero/vm/interpreter_zero.cpp | 12
ports/hotspot/src/cpu/zero/vm/nativeInst_zero.cpp | 54
ports/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp | 4
ports/hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp | 4
ports/hotspot/src/cpu/zero/vm/sharkFrame_zero.hpp | 2
ports/hotspot/src/cpu/zero/vm/stackPrinter_zero.hpp | 126
ports/hotspot/src/cpu/zero/vm/stack_zero.hpp | 43
ports/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp | 99
ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp | 9
ports/hotspot/src/share/vm/includeDB_shark | 57
ports/hotspot/src/share/vm/shark/sharkBlock.cpp | 1438
ports/hotspot/src/share/vm/shark/sharkBlock.hpp | 319
ports/hotspot/src/share/vm/shark/sharkBuilder.cpp | 2
ports/hotspot/src/share/vm/shark/sharkBuilder.hpp | 2
ports/hotspot/src/share/vm/shark/sharkBytecodeTracer.cpp | 114
ports/hotspot/src/share/vm/shark/sharkBytecodeTracer.hpp | 49
ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp | 225
ports/hotspot/src/share/vm/shark/sharkCacheDecache.hpp | 353
ports/hotspot/src/share/vm/shark/sharkCompiler.cpp | 51
ports/hotspot/src/share/vm/shark/sharkCompiler.hpp | 8
ports/hotspot/src/share/vm/shark/sharkConstantPool.cpp | 23
ports/hotspot/src/share/vm/shark/sharkConstantPool.hpp | 1
ports/hotspot/src/share/vm/shark/sharkEntry.cpp | 15
ports/hotspot/src/share/vm/shark/sharkFunction.cpp | 138
ports/hotspot/src/share/vm/shark/sharkFunction.hpp | 122
ports/hotspot/src/share/vm/shark/sharkMonitor.cpp | 40
ports/hotspot/src/share/vm/shark/sharkMonitor.hpp | 10
ports/hotspot/src/share/vm/shark/sharkRuntime.cpp | 437
ports/hotspot/src/share/vm/shark/sharkRuntime.hpp | 89
ports/hotspot/src/share/vm/shark/sharkState.cpp | 414
ports/hotspot/src/share/vm/shark/sharkState.hpp | 127
ports/hotspot/src/share/vm/shark/sharkState.inline.hpp | 49
ports/hotspot/src/share/vm/shark/sharkStateScanner.cpp | 101
ports/hotspot/src/share/vm/shark/sharkStateScanner.hpp | 76
ports/hotspot/src/share/vm/shark/sharkType.cpp | 4
ports/hotspot/src/share/vm/shark/sharkValue.hpp | 395
ports/hotspot/src/share/vm/shark/sharkValue.inline.hpp | 34
pulseaudio/AUTHORS | 5
pulseaudio/COPYING | 340
pulseaudio/README | 28
pulseaudio/src/java/META-INF/services/javax.sound.sampled.spi.MixerProvider | 3
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/ContextEvent.java | 56
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/ContextListener.java | 44
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/EventLoop.java | 280
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/Operation.java | 147
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioClip.java | 581
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioDataLine.java | 484
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioLine.java | 118
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixer.java | 892
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixerInfo.java | 62
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixerProvider.java | 63
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioMuteControl.java | 78
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioPlaybackLine.java | 54
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioPort.java | 157
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLine.java | 339
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioSourcePort.java | 92
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioTargetDataLine.java | 373
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioTargetPort.java | 93
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioVolumeControl.java | 90
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/Stream.java | 777
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/StreamBufferAttributes.java | 84
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/StreamSampleSpecification.java | 70
pulseaudio/src/native/jni-common.c | 236
pulseaudio/src/native/jni-common.h | 90
pulseaudio/src/native/org_classpath_icedtea_pulseaudio_EventLoop.c | 362
pulseaudio/src/native/org_classpath_icedtea_pulseaudio_Operation.c | 83
pulseaudio/src/native/org_classpath_icedtea_pulseaudio_PulseAudioSourcePort.c | 102
pulseaudio/src/native/org_classpath_icedtea_pulseaudio_PulseAudioStreamVolumeControl.c | 67
pulseaudio/src/native/org_classpath_icedtea_pulseaudio_PulseAudioTargetPort.c | 107
pulseaudio/src/native/org_classpath_icedtea_pulseaudio_Stream.c | 1010
pulseaudio/testsounds/README | 4
pulseaudio/unittests/org/classpath/icedtea/pulseaudio/OtherSoundProvidersAvailableTest.java | 114
pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioClipTest.java | 623
pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioEventLoopOverhead.java | 100
pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioMixerProviderTest.java | 118
pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioMixerRawTest.java | 120
pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioMixerTest.java | 434
pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLineRawTest.java | 305
pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLineTest.java | 1345
pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioSourcePortTest.java | 122
pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioTargetDataLineTest.java | 648
pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioTargetPortTest.java | 122
visualvm.desktop | 9
diffs (truncated from 92449 to 500 lines):
diff -r 7fad5dbdf081 -r c3ce7b102fa2 .hgignore
--- a/.hgignore Sat Sep 27 03:24:44 2008 +0100
+++ b/.hgignore Fri Oct 17 02:23:55 2008 +0100
@@ -22,6 +22,7 @@ javac
javac
javap
gcjwebplugin.so
+jni-common.o
IcedTeaPlugin.o
IcedTeaPlugin.so
extra-source-files.txt
@@ -440,4 +441,14 @@ rt/javax/net/ssl/X509TrustManager.java
rt/javax/net/ssl/X509TrustManager.java
rt/java/io/
rt/sun/awt
+rt/netscape/javascript/JSException.java
+rt/netscape/javascript/JSObject.java
+rt/netscape/javascript/JSProxy.java
+rt/netscape/javascript/JSRunnable.java
+rt/netscape/javascript/JSUtil.java
generated/sun/awt/X11/generator/sizer.32.orig
+pulseaudio/bin
+pulseaudio/.*\.o
+pulseaudio/src/native/org_.*.h
+pulseaudio/.*jar
+pulse-java.jar
diff -r 7fad5dbdf081 -r c3ce7b102fa2 .hgtags
--- a/.hgtags Sat Sep 27 03:24:44 2008 +0100
+++ b/.hgtags Fri Oct 17 02:23:55 2008 +0100
@@ -9,3 +9,4 @@ a5c32475a2e87f0f3bd7af28e632e6bd4f724b04
a5c32475a2e87f0f3bd7af28e632e6bd4f724b04 icedtea6-1.1
871b70407a139c6bd42c200762ee1d302b31168f icedtea6-1.2
8bbc4ffe2c7c542f9aa7d26f823e50f0dd036ce9 icedtea-1.7
+3ef9c9c4e70b8204b73fa9b88243f49f59c2a23f icedtea6-1.3
diff -r 7fad5dbdf081 -r c3ce7b102fa2 AUTHORS
--- a/AUTHORS Sat Sep 27 03:24:44 2008 +0100
+++ b/AUTHORS Fri Oct 17 02:23:55 2008 +0100
@@ -11,10 +11,12 @@ Andrew John Hughes <gnu_andrew at member.fs
Andrew John Hughes <gnu_andrew at member.fsf.org>
Matthias Klose <doko at ubuntu.com>
Francis Kung <fkung at redhat.com>
+DJ Lucas <dj at linuxfromscratch.org>
Casey Marshall <csm at gnu.org>
Dan Munckton <lists at munckfish.net>
Raif Naffah <admin at naffah-raif.name>
Bernhard Rosenkränzer <bero at arklinux.org>
+Marc Schoenefeld <mschoene at redhat.com>
Keith Seitz <keiths at redhat.com>
Joshua Sumali <jsumali at redhat.com>
Christian Thalinger <twisti at complang.tuwien.ac.at>
diff -r 7fad5dbdf081 -r c3ce7b102fa2 ChangeLog
--- a/ChangeLog Sat Sep 27 03:24:44 2008 +0100
+++ b/ChangeLog Fri Oct 17 02:23:55 2008 +0100
@@ -1,3 +1,583 @@ 2008-09-27 Andrew John Hughes <gnu_and
+2008-10-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * patches/icedtea-hotspot7-tests.patch: Removed.
+ * acinclude.m4: Fix naming of netbeans profiler zip option.
+
+2008-10-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ Merge from IcedTea6.
+ * .hgignore,
+ * .hgtags,
+ * AUTHORS,
+ * ChangeLog,
+ * HACKING,
+ * INSTALL,
+ * IcedTeaPlugin.cc,
+ * Makefile.am,
+ * NEWS,
+ * README,
+ * acinclude.m4,
+ * configure.ac,
+ * fsg.sh,
+ * generated/com/sun/corba/se/impl/logging/ActivationSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/IORSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/LogStrings.properties,
+ * generated/com/sun/corba/se/impl/logging/NamingSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/OMGSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.resource,
+ * generated/com/sun/corba/se/impl/logging/POASystemException.java,
+ * generated/com/sun/corba/se/impl/logging/UtilSystemException.java,
+ * generated/sun/misc/Version.java,
+ * generated/sun/tools/jconsole/Version.java,
+ * overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/CHANGES.txt,
+ * overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelByteBuffer.java,
+ * overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/ModelInstrument.java,
+ * overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftChannel.java,
+ * overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftCubicResampler.java,
+ * overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMainMixer.java,
+ * overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftMixingMixer.java,
+ * overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftReverb.java,
+ * overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/SoftSynthesizer.java,
+ * overlays/openjdk/jdk/src/share/classes/net/sourceforge/jnlp/Launcher.java,
+ * overlays/openjdk/jdk/src/share/classes/net/sourceforge/jnlp/NetxPanel.java,
+ * overlays/openjdk/jdk/src/share/classes/net/sourceforge/jnlp/runtime/JNLPRuntime.java,
+ * overlays/openjdk/jdk/src/share/classes/net/sourceforge/nanoxml/XMLElement.java,
+ * overlays/openjdk/jdk/test/com/sun/media/sound/AudioFloatConverter/ToFloatArray.java,
+ * overlays/openjdk/jdk/test/com/sun/media/sound/SoftAudioSynthesizer/Open.java,
+ * overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetLatency.java,
+ * overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetReceiver.java,
+ * overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetReceiver2.java,
+ * overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetReceivers.java,
+ * overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetTransmitter.java,
+ * overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/GetTransmitters.java,
+ * overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/ImplicitOpenClose.java,
+ * overlays/openjdk/jdk/test/com/sun/media/sound/SoftSynthesizer/Open.java,
+ * patches/icedtea-6700047-loopopts.patch,
+ * patches/icedtea-6712835-ifnode.patch,
+ * patches/icedtea-6open-6616825.patch,
+ * patches/icedtea-6open-6651382.patch,
+ * patches/icedtea-6open-6756202.patch,
+ * patches/icedtea-arch.patch,
+ * patches/icedtea-clean-crypto.patch,
+ * patches/icedtea-ecj-spp.patch,
+ * patches/icedtea-ecj.patch,
+ * patches/icedtea-hotspot-6b12-7b24.patch,
+ * patches/icedtea-lc_ctype.patch,
+ * patches/icedtea-liveconnect.patch,
+ * patches/icedtea-lucene-crash.patch,
+ * patches/icedtea-messageutils.patch,
+ * patches/icedtea-pulse-soundproperties.patch,
+ * patches/icedtea-shark.patch,
+ * patches/icedtea-visualvm.patch,
+ * patches/icedtea-webstart.patch,
+ * plugin/icedtea/netscape/javascript/JSException.java,
+ * plugin/icedtea/netscape/javascript/JSObject.java,
+ * plugin/icedtea/netscape/javascript/JSProxy.java,
+ * plugin/icedtea/netscape/javascript/JSRunnable.java,
+ * plugin/icedtea/netscape/javascript/JSUtil.java,
+ * plugin/icedtea/sun/applet/AppletSecurityContextManager.java,
+ * plugin/icedtea/sun/applet/GetMemberPluginCallRequest.java,
+ * plugin/icedtea/sun/applet/GetWindowPluginCallRequest.java,
+ * plugin/icedtea/sun/applet/PluginAppletSecurityContext.java,
+ * plugin/icedtea/sun/applet/PluginAppletViewer.java,
+ * plugin/icedtea/sun/applet/PluginCallRequest.java,
+ * plugin/icedtea/sun/applet/PluginCallRequestFactory.java,
+ * plugin/icedtea/sun/applet/PluginClassLoader.java,
+ * plugin/icedtea/sun/applet/PluginDebug.java,
+ * plugin/icedtea/sun/applet/PluginException.java,
+ * plugin/icedtea/sun/applet/PluginMain.java,
+ * plugin/icedtea/sun/applet/PluginMessageConsumer.java,
+ * plugin/icedtea/sun/applet/PluginMessageHandlerWorker.java,
+ * plugin/icedtea/sun/applet/PluginObjectStore.java,
+ * plugin/icedtea/sun/applet/PluginStreamHandler.java,
+ * plugin/icedtea/sun/applet/RequestQueue.java,
+ * plugin/icedtea/sun/applet/TestEnv.java,
+ * plugin/icedtea/sun/applet/VoidPluginCallRequest.java,
+ * ports/hotspot/make/linux/makefiles/shark.make,
+ * ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp,
+ * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp,
+ * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp,
+ * ports/hotspot/src/cpu/zero/vm/deoptimizerFrame_zero.hpp,
+ * ports/hotspot/src/cpu/zero/vm/disassembler_zero.cpp,
+ * ports/hotspot/src/cpu/zero/vm/frame_zero.cpp,
+ * ports/hotspot/src/cpu/zero/vm/frame_zero.hpp,
+ * ports/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp,
+ * ports/hotspot/src/cpu/zero/vm/interpreterFrame_zero.hpp,
+ * ports/hotspot/src/cpu/zero/vm/interpreter_zero.cpp,
+ * ports/hotspot/src/cpu/zero/vm/nativeInst_zero.cpp,
+ * ports/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp,
+ * ports/hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp,
+ * ports/hotspot/src/cpu/zero/vm/sharkFrame_zero.hpp,
+ * ports/hotspot/src/cpu/zero/vm/stackPrinter_zero.hpp,
+ * ports/hotspot/src/cpu/zero/vm/stack_zero.hpp,
+ * ports/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp,
+ * ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp,
+ * ports/hotspot/src/share/vm/includeDB_shark,
+ * ports/hotspot/src/share/vm/shark/sharkBlock.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkBlock.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkBuilder.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkBuilder.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkBytecodeTracer.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkBytecodeTracer.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkCacheDecache.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkCompiler.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkCompiler.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkConstantPool.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkConstantPool.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkEntry.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkFunction.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkFunction.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkMonitor.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkMonitor.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkRuntime.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkRuntime.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkState.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkState.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkState.inline.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkStateScanner.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkStateScanner.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkType.cpp,
+ * ports/hotspot/src/share/vm/shark/sharkValue.hpp,
+ * ports/hotspot/src/share/vm/shark/sharkValue.inline.hpp,
+ * pulseaudio/AUTHORS,
+ * pulseaudio/COPYING,
+ * pulseaudio/README,
+ * pulseaudio/src/java/META-INF/services/javax.sound.sampled.spi.MixerProvider,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/ContextEvent.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/ContextListener.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/EventLoop.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/Operation.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioClip.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioDataLine.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioLine.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixer.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixerInfo.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixerProvider.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioMuteControl.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioPlaybackLine.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioPort.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLine.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioSourcePort.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioTargetDataLine.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioTargetPort.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioVolumeControl.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/Stream.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/StreamBufferAttributes.java,
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/StreamSampleSpecification.java,
+ * pulseaudio/src/native/jni-common.c,
+ * pulseaudio/src/native/jni-common.h,
+ * pulseaudio/src/native/org_classpath_icedtea_pulseaudio_EventLoop.c,
+ * pulseaudio/src/native/org_classpath_icedtea_pulseaudio_Operation.c,
+ * pulseaudio/src/native/org_classpath_icedtea_pulseaudio_PulseAudioSourcePort.c,
+ * pulseaudio/src/native/org_classpath_icedtea_pulseaudio_PulseAudioStreamVolumeControl.c,
+ * pulseaudio/src/native/org_classpath_icedtea_pulseaudio_PulseAudioTargetPort.c,
+ * pulseaudio/src/native/org_classpath_icedtea_pulseaudio_Stream.c,
+ * pulseaudio/testsounds/README,
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/OtherSoundProvidersAvailableTest.java,
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioClipTest.java,
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioEventLoopOverhead.java,
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioMixerProviderTest.java,
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioMixerRawTest.java,
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioMixerTest.java,
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLineRawTest.java,
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLineTest.java,
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioSourcePortTest.java,
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioTargetDataLineTest.java,
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioTargetPortTest.java,
+ * visualvm.desktop: Updated.
+
+2008-10-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * Makefile.am:
+ Apply MEMORY_LIMIT setting to OpenJDK
+ builds too and make sure limit is high enough
+ on normal IcedTea builds to build with a CACAO IcedTea.
+
+2008-10-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * acinclude.m4:
+ Change --with-cacao to be --enable-cacao
+ as it only accepts yes and no.
+ * configure.ac:
+ Rename cacao macro appropriately.
+
+2008-10-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * Makefile.am:
+ Make use of ALT_NETBEANS_BASIC_CLUSTER_SRC_ZIP.
+ * acinclude.m4:
+ Add --with-netbeans-basic-cluster-src-zip option.
+ * configure.ac:
+ Enable WITH_NETBEANS_BASIC_CLUSTER_SRC_ZIP macro.
+
+2008-10-15 Mark Wielaard <mark at klomp.org>
+
+ * Makefile.am (EXTRA_DIST): Always include all patches,
+ irrespective of any configure options.
+
+2008-10-15 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am
+ (EXTRA_DIST): Added fsg.sh.
+ (clean-distlocal): Added jni-common.o.
+ * .hgtags: Reverted.
+
+2008-10-15 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * ChangeLog: Fix typo.
+ * INSTALL: Fix typos and make installation
+ requirements clearer.
+ * Makefile.am:
+ Patch the OpenJDK build with the version
+ of IcedTea being used. Use $(HG) instead of 'hg'.
+ * configure.ac:
+ Check for Mercurial.
+ * patches/icedtea-version.patch:
+ Fix to use IcedTea6.
+
+2008-10-15 Xerxes RÃ¥nby <xerxes at zafena.se>
+
+ * patches/icedtea-arch.patch: Update for m68k.
+
+2008-10-15 Mark Wielaard <mark at klomp.org>
+
+ * NEWS: Add hint about using different rhino versions.
+
+2008-10-15 Matthias Klose <doko at ubuntu.com>
+
+ * NEWS: Add support for more ports for Zero builds.
+
+2008-10-15 Mark Wielaard <mark at klomp.org>
+
+ * NEWS: Add Rhino javascript and cleaned up crypto support.
+
+2008-10-15 Lillian Angel <langel at redhat.com>
+
+ * NEWS: Updated for 1.3 release.
+
+2008-10-15 Matthias Klose <doko at ubuntu.com>
+
+ * patches/icedtea-hotspot-6b11-7b24.patch: Remove.
+
+2008-10-14 Ioana Ivan <iivand at redhat.com>
+
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioDataLine.java
+ (open): startedListener only sends a START event when playback first
+ starts and after an underflow
+ (start): sends a START event if there's data on the line
+
+2008-10-14 Ioana Ivan <iivan at redhat.com>
+
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioClip.java
+ (connectLine): changed bufferAttributes to fix crackling in the clip tests
+
+
+2008-10-14 Omair Majid <omajid at redhat.com>
+
+ * pulseaudio/src/java/org/classpat/icedtea/pulseaudio/PulseAudioDataLine.java
+ (connect): Removed debug output.
+
+2008-10-14 Omair Majid <omajid at redhat.com>
+
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioTargetDataLine.java
+ (read): Commented out debug output.
+
+2008-10-14 Omair Majid <omajid at redhat.com>
+
+ * Makefile.am (clean-pulse-java): Dont attempt to remove jni-common.o from
+ current directory.
+
+2008-10-14 Omair Majid <omajid at redhat.com>
+
+ * .hgignore: Added pulse-java.jar to ignore list.
+ * Makefile.am: Move jni-common.o out of the way when done.
+
+2008-10-14 Lillian Angel <langel at redhat.com>
+
+ * INSTALL: Updated requirements.
+
+2008-10-14 Omair Majid <omajid at redhat.com>
+
+ * Makefile.am (stamps/pulse-java.stamp): Added
+ -I$(ICEDTEA_BOOT_DIR)/include/linux.
+
+
+2008-10-14 Omair Majid <omajid at redhat.com>
+
+ * .hgignore: Added generated files to ignore list.
+
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/EventLoop.java
+ (EventLoop): Initialize eventLoop object on construction.
+
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioClip.java
+ (PulseAudioClip): Removed the parameter eventLoop.
+ (getMicrosecondLength): Return time in microseconds.
+ (getMicrosecondPosition): Likewise.
+ (open): Dont throw an exception if Mixer is not open. Let super handle it.
+ (setFramePosition): Check frame position for being positive.
+ (setLoopPoints): Check that the starting frame is valid.
+ (setMicrosecondPosition): Deal with negative value and values over the
+ maximum.
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioDataLine.java
+ (open): Open the mixer if it isnt open.
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixer.java
+ (getLine): Dont pass eventLoop as a paramter.
+ (close): Close all open lines on exit.
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioPort.java
+ (PulseAudioPort): Modified to not take an EventLoop paramter.
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLine.java
+ (PulseAudioSourceDataLine): Likewise.
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioSourcePort.java
+ (PulseAudioSourcePort): Likewise.
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioTargetDataLine.java
+ (PulseAudioTargetDataLine): Likewise.
+ * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioTargetPort.java
+ (PulseAudioTargetPort): Likewise.
+
+ * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioTargetDataLineTest.java
+ (testMixerKnowsAboutOpenLines): Work even if mixer has some lines
+ initially open.
+
+2008-10-12 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am (stamps/pulse-java.stamp): Add -I$(ICEDTEA_BOOT_DIR)/include
+ to build the source files.
+
+2008-10-11 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am (clean-pulse-java): Don't rm -rf / if configuring
+ without pulseaudio, remove jni-common.o.
+
+ * Makefile.am (stamps/pulse-java.stamp): Remove -fpic flag, add
+ -fPIC to build jni-common.c. (gcjwebplugin.so): Use -fPIC.
+
+2008-10-10 Ioana Ivan <iivan at redhat.com>
+ * src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixer.java
+ (getLine): LineUnavailablException is no longer thrown if the mixer is
+ not open
+ (getTargetLines) : returns a Line[] array instead of a
+ TargetDataLine[] array
+
+ * src/java/org/classpath/icedtea/pulseaudio/PulseAudioDataLine
+ (open(AudioFormat format, int bufferSize)): throws
+ LineUnavailableException if the mixer is not open
+
+ * src/java/org/classpath/icedtea/pulseaudio/PulseAudioClip
+ (open()): throws LineUnavailableException if the mixer is not open
+
+ * src/java/org/classpath/icedtea/pulseaudio/PulseAudioPort
+ (PulseAudioPort): calls open()
+
+2008-10-10 Ioana Ivan <iivan at redhat.com>
+ Omair Majid <omajid at redhat.com>
+
+ * INSTALL: Updated to reflect requirements for pulse-java.
+ * Makefile.am
+ (distclean-local): Clean up pulse-java.
+ (EXTRA_DIST): Add pulseaudio folder.
+ (stamps/icedtea.stamp): Added dependency on stamps/pulse-java.stamp. Also
+ copy generated .jar and .so files to the jre images.
+ (stamps/icedtea-debug.stamp): Likewise.
+ (stamps/pulse-java.stamp): New target.
+ (stamps/pulse-java-jar.stamp): Likewise.
+ (stamps/pulse-java-class.stamp): Likewise.
+ (stamps/pulse-java-headers.stamp): Likewise.
+ (clean-pulse-java): Likewise.
+ * README: Added note for PulseAudio based mixer.
+ * acinclude.m4
+ (FIND_PULSEAUDIO): Find the pulseaudio binary.
+ * configure.ac: Check for pulseaudio server and header files being
+ installed.
+ * patches/icedtea-pulse-soundproperties.patch: Dont use pulse-java as the
+ default Mixer.
+ * pulseaudio/: Copied over sources from pulseaudio repository.
+
+2008-10-09 Gary Benson <gbenson at redhat.com>
+ Andrew Haley <aph at redhat.com>
+
+ * patches/icedtea-hotspot-citypeflow.patch: Reinstated.
+ * Makefile.am (ZERO_PATCHES): Apply the above for HotSpot 7 builds.
+
+ * ports/hotspot/build/linux/makefiles/shark.make:
+ Remove workaround for the above.
+
+2008-10-09 Matthias Klose <doko at ubuntu.com>
+
+ * patches/icedtea-6open-6616825.patch: New.
+ * patches/icedtea-6open-6651382.patch: New.
+ * patches/icedtea-6open-6756202.patch: New.
+ * Makefile.am: Apply patches.
+
+2008-10-08 Deepak Bhole <dbhole at redhat.com>
+ * IcedTeaPlugin.cc: Implemented JS->Java security.
+ * plugin/icedtea/sun/applet/AppletSecurityContextManager.java: Same.
+ * plugin/icedtea/sun/applet/PluginAppletSecurityContext.java: Same. Also,
+ remove ambiguity from class finding mechanism for cases where JS needs a
+ signature involving an applet specific class.
+ * plugin/icedtea/sun/applet/PluginAppletViewer.java: Implemented JS->Java
+ security.
+ * plugin/icedtea/sun/applet/PluginObjectStore.java: Same.
+ * plugin/icedtea/sun/applet/PluginStreamHandler.java: Rewrote code that
+ parsed messages from C++ side -- now it can handle any number of optional
+ components.
+
+2008-10-07 Gary Benson <gbenson at redhat.com>
+ Andrew Haley <aph at redhat.com>
+
+ * ports/hotspot/src/share/vm/shark/sharkMonitor.hpp
+ (object): Add missing return statement.
+ (displaced_header): Likewise.
+
+ * ports/hotspot/build/linux/makefiles/shark.make:
+ Remove workaround for the above.
+
+2008-10-07 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am: Don't rely on versioned cacao source directory.
+
+2008-10-06 Matthias Klose <doko at ubuntu.com>
+
+ * generated/sun/misc/Version.java: Regenerate for 6b12.
+ * generated/sun/tools/jconsole/Version.java: Likewise.
+
+2008-10-06 Matthias Klose <doko at ubuntu.com>
More information about the distro-pkg-dev
mailing list