/hg/icedtea6-hg: 4 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Oct 21 07:45:06 PDT 2010


changeset a85679cc93f4 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=a85679cc93f4
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Oct 19 19:55:35 2010 +0100

	Move NetX and the plugin to the IcedTea-Web project.

	2010-10-19 Andrew John Hughes <ahughes at redhat.com>

	 Move NetX and the plugin to the IcedTea-Web project:
	http://icedtea.classpath.org/hg/icedtea-web
		* extra/net/sourceforge/jnlp/about/HTMLPanel.java,
		* extra/net/sourceforge/jnlp/about/Main.java,
		* extra/net/sourceforge/jnlp/about/resources/about.html,
		* extra/net/sourceforge/jnlp/about/resources/applications.html,
		* extra/net/sourceforge/jnlp/about/resources/notes.html,
		* javaws.desktop,
		* netx/javaws.1,
		* netx/javax/jnlp/BasicService.java,
		* netx/javax/jnlp/ClipboardService.java,
		* netx/javax/jnlp/DownloadService.java,
		* netx/javax/jnlp/DownloadServiceListener.java,
		* netx/javax/jnlp/ExtendedService.java,
		* netx/javax/jnlp/ExtensionInstallerService.java,
		* netx/javax/jnlp/FileContents.java,
		* netx/javax/jnlp/FileOpenService.java,
		* netx/javax/jnlp/FileSaveService.java,
		* netx/javax/jnlp/JNLPRandomAccessFile.java,
		* netx/javax/jnlp/PersistenceService.java,
		* netx/javax/jnlp/PrintService.java,
		* netx/javax/jnlp/ServiceManager.java,
		* netx/javax/jnlp/ServiceManagerStub.java,
		* netx/javax/jnlp/SingleInstanceListener.java,
		* netx/javax/jnlp/SingleInstanceService.java,
		* netx/javax/jnlp/UnavailableServiceException.java,
		* netx/net/sourceforge/jnlp/AppletDesc.java,
		* netx/net/sourceforge/jnlp/ApplicationDesc.java,
		* netx/net/sourceforge/jnlp/AssociationDesc.java,
		* netx/net/sourceforge/jnlp/ComponentDesc.java,
		* netx/net/sourceforge/jnlp/DefaultLaunchHandler.java,
		* netx/net/sourceforge/jnlp/ExtensionDesc.java,
		* netx/net/sourceforge/jnlp/IconDesc.java,
		* netx/net/sourceforge/jnlp/InformationDesc.java,
		* netx/net/sourceforge/jnlp/InstallerDesc.java,
		* netx/net/sourceforge/jnlp/JARDesc.java,
		* netx/net/sourceforge/jnlp/JNLPFile.java,
		* netx/net/sourceforge/jnlp/JNLPSplashScreen.java,
		* netx/net/sourceforge/jnlp/JREDesc.java,
		* netx/net/sourceforge/jnlp/LaunchException.java,
		* netx/net/sourceforge/jnlp/LaunchHandler.java,
		* netx/net/sourceforge/jnlp/Launcher.java,
		* netx/net/sourceforge/jnlp/MenuDesc.java,
		* netx/net/sourceforge/jnlp/NetxPanel.java,
		* netx/net/sourceforge/jnlp/Node.java,
		* netx/net/sourceforge/jnlp/PackageDesc.java,
		* netx/net/sourceforge/jnlp/ParseException.java,
		* netx/net/sourceforge/jnlp/Parser.java,
		* netx/net/sourceforge/jnlp/PluginBridge.java,
		* netx/net/sourceforge/jnlp/PropertyDesc.java,
		* netx/net/sourceforge/jnlp/RelatedContentDesc.java,
		* netx/net/sourceforge/jnlp/ResourcesDesc.java,
		* netx/net/sourceforge/jnlp/SecurityDesc.java,
		* netx/net/sourceforge/jnlp/ShortcutDesc.java,
		* netx/net/sourceforge/jnlp/StreamEater.java,
		* netx/net/sourceforge/jnlp/UpdateDesc.java,
		* netx/net/sourceforge/jnlp/Version.java,
		* netx/net/sourceforge/jnlp/cache/CacheEntry.java,
		* netx/net/sourceforge/jnlp/cache/CacheUtil.java,
		* netx/net/sourceforge/jnlp/cache/DefaultDownloadIndicator.java,
		* netx/net/sourceforge/jnlp/cache/DownloadIndicator.java,
		* netx/net/sourceforge/jnlp/cache/Resource.java,
		* netx/net/sourceforge/jnlp/cache/ResourceTracker.java,
		* netx/net/sourceforge/jnlp/cache/UpdatePolicy.java,
		* netx/net/sourceforge/jnlp/cache/package.html,
		* netx/net/sourceforge/jnlp/event/ApplicationEvent.java,
		* netx/net/sourceforge/jnlp/event/ApplicationListener.java,
		* netx/net/sourceforge/jnlp/event/DownloadEvent.java,
		* netx/net/sourceforge/jnlp/event/DownloadListener.java,
		* netx/net/sourceforge/jnlp/event/package.html,
		* netx/net/sourceforge/jnlp/package.html,
		* netx/net/sourceforge/jnlp/resources/Manifest.mf,
		* netx/net/sourceforge/jnlp/resources/Messages.properties,
		* netx/net/sourceforge/jnlp/resources/about.jnlp,
		* netx/net/sourceforge/jnlp/resources/default.jnlp,
		* netx/net/sourceforge/jnlp/runtime/AppThreadGroup.java,
		* netx/net/sourceforge/jnlp/runtime/AppletAudioClip.java,
		* netx/net/sourceforge/jnlp/runtime/AppletEnvironment.java,
		* netx/net/sourceforge/jnlp/runtime/AppletInstance.java,
		* netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java,
		* netx/net/sourceforge/jnlp/runtime/Boot.java,
		* netx/net/sourceforge/jnlp/runtime/Boot13.java,
		* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java,
		* netx/net/sourceforge/jnlp/runtime/JNLPPolicy.java,
		* netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java,
		* netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java,
		* netx/net/sourceforge/jnlp/runtime/package.html,
		* netx/net/sourceforge/jnlp/security/AccessWarningPane.java,
		* netx/net/sourceforge/jnlp/security/AppletWarningPane.java,
		* netx/net/sourceforge/jnlp/security/CertVerifier.java,
		* netx/net/sourceforge/jnlp/security/CertWarningPane.java,
		* netx/net/sourceforge/jnlp/security/CertsInfoPane.java,
		* netx/net/sourceforge/jnlp/security/HttpsCertVerifier.java,
		* netx/net/sourceforge/jnlp/security/MoreInfoPane.java,
		* netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java,
		* netx/net/sourceforge/jnlp/security/SecurityDialogPanel.java,
		* netx/net/sourceforge/jnlp/security/SecurityUtil.java,
		* netx/net/sourceforge/jnlp/security/SecurityWarningDialog.java,
		* netx/net/sourceforge/jnlp/security/SingleCertInfoPane.java,
		* netx/net/sourceforge/jnlp/security/VariableX509TrustManager.java,
		* netx/net/sourceforge/jnlp/security/viewer/CertificatePane.java,
		* netx/net/sourceforge/jnlp/security/viewer/CertificateViewer.java,
		* netx/net/sourceforge/jnlp/services/ExtendedSingleInstanceService.jav
	a,
		* netx/net/sourceforge/jnlp/services/InstanceExistsException.java,
		* netx/net/sourceforge/jnlp/services/ServiceUtil.java,
		* netx/net/sourceforge/jnlp/services/SingleInstanceLock.java,
		* netx/net/sourceforge/jnlp/services/XBasicService.java,
		* netx/net/sourceforge/jnlp/services/XClipboardService.java,
		* netx/net/sourceforge/jnlp/services/XDownloadService.java,
		* netx/net/sourceforge/jnlp/services/XExtendedService.java,
		* netx/net/sourceforge/jnlp/services/XExtensionInstallerService.java,
		* netx/net/sourceforge/jnlp/services/XFileContents.java,
		* netx/net/sourceforge/jnlp/services/XFileOpenService.java,
		* netx/net/sourceforge/jnlp/services/XFileSaveService.java,
		* netx/net/sourceforge/jnlp/services/XJNLPRandomAccessFile.java,
		* netx/net/sourceforge/jnlp/services/XPersistenceService.java,
		* netx/net/sourceforge/jnlp/services/XPrintService.java,
		* netx/net/sourceforge/jnlp/services/XServiceManagerStub.java,
		* netx/net/sourceforge/jnlp/services/XSingleInstanceService.java,
		* netx/net/sourceforge/jnlp/services/package.html,
		* netx/net/sourceforge/jnlp/tools/CharacterEncoder.java,
		* netx/net/sourceforge/jnlp/tools/HexDumpEncoder.java,
		* netx/net/sourceforge/jnlp/tools/JarRunner.java,
		* netx/net/sourceforge/jnlp/tools/JarSigner.java,
		* netx/net/sourceforge/jnlp/tools/JarSignerResources.java,
		* netx/net/sourceforge/jnlp/tools/KeyStoreUtil.java,
		* netx/net/sourceforge/jnlp/tools/KeyTool.java,
		* netx/net/sourceforge/jnlp/util/FileUtils.java,
		* netx/net/sourceforge/jnlp/util/PropertiesFile.java,
		* netx/net/sourceforge/jnlp/util/Reflect.java,
		* netx/net/sourceforge/jnlp/util/WeakList.java,
		* netx/net/sourceforge/jnlp/util/XDesktopEntry.java,
		* netx/net/sourceforge/nanoxml/XMLElement.java,
		* netx/net/sourceforge/nanoxml/XMLParseException.java,
		* plugin/icedteanp/IcedTeaJavaRequestProcessor.cc,
		* plugin/icedteanp/IcedTeaJavaRequestProcessor.h,
		* plugin/icedteanp/IcedTeaNPPlugin.cc,
		* plugin/icedteanp/IcedTeaNPPlugin.h,
		* plugin/icedteanp/IcedTeaPluginRequestProcessor.cc,
		* plugin/icedteanp/IcedTeaPluginRequestProcessor.h,
		* plugin/icedteanp/IcedTeaPluginUtils.cc,
		* plugin/icedteanp/IcedTeaPluginUtils.h,
		* plugin/icedteanp/IcedTeaRunnable.cc,
		* plugin/icedteanp/IcedTeaRunnable.h,
		* plugin/icedteanp/IcedTeaScriptablePluginObject.cc,
		* plugin/icedteanp/IcedTeaScriptablePluginObject.h,
		* plugin/icedteanp/java/netscape/javascript/JSException.java,
		* plugin/icedteanp/java/netscape/javascript/JSObject.java,
		* plugin/icedteanp/java/netscape/javascript/JSObjectCreatePermission.j
	ava,
		* plugin/icedteanp/java/netscape/javascript/JSProxy.java,
		* plugin/icedteanp/java/netscape/javascript/JSRunnable.java,
		* plugin/icedteanp/java/netscape/javascript/JSUtil.java,
		* plugin/icedteanp/java/netscape/security/ForbiddenTargetException.jav
	a,
		* plugin/icedteanp/java/sun/applet/AppletSecurityContextManager.java,
		* plugin/icedteanp/java/sun/applet/GetMemberPluginCallRequest.java,
		* plugin/icedteanp/java/sun/applet/GetWindowPluginCallRequest.java,
		* plugin/icedteanp/java/sun/applet/JavaConsole.java,
		* plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java,
		* plugin/icedteanp/java/sun/applet/PasswordAuthenticationDialog.java,
		* plugin/icedteanp/java/sun/applet/PluginAppletSecurityContext.java,
		* plugin/icedteanp/java/sun/applet/PluginAppletViewer.java,
		* plugin/icedteanp/java/sun/applet/PluginCallRequest.java,
		* plugin/icedteanp/java/sun/applet/PluginCallRequestFactory.java,
		* plugin/icedteanp/java/sun/applet/PluginClassLoader.java,
		* plugin/icedteanp/java/sun/applet/PluginCookieInfoRequest.java,
		* plugin/icedteanp/java/sun/applet/PluginCookieManager.java,
		* plugin/icedteanp/java/sun/applet/PluginDebug.java,
		* plugin/icedteanp/java/sun/applet/PluginException.java,
		* plugin/icedteanp/java/sun/applet/PluginMain.java,
		* plugin/icedteanp/java/sun/applet/PluginMessageConsumer.java,
		* plugin/icedteanp/java/sun/applet/PluginMessageHandlerWorker.java,
		* plugin/icedteanp/java/sun/applet/PluginObjectStore.java,
		* plugin/icedteanp/java/sun/applet/PluginProxyInfoRequest.java,
		* plugin/icedteanp/java/sun/applet/PluginProxySelector.java,
		* plugin/icedteanp/java/sun/applet/PluginStreamHandler.java,
		* plugin/icedteanp/java/sun/applet/RequestQueue.java,
		* plugin/icedteanp/java/sun/applet/TestEnv.java,
		* plugin/icedteanp/java/sun/applet/VoidPluginCallRequest.java,
		* plugin/tests/LiveConnect/DummyObject.java,
		* plugin/tests/LiveConnect/OverloadTestHelper1.java,
		* plugin/tests/LiveConnect/OverloadTestHelper2.java,
		* plugin/tests/LiveConnect/OverloadTestHelper3.java,
		* plugin/tests/LiveConnect/PluginTest.java,
		* plugin/tests/LiveConnect/build,
		* plugin/tests/LiveConnect/common.js,
		* plugin/tests/LiveConnect/index.html,
		* plugin/tests/LiveConnect/jjs_eval_test.js,
		* plugin/tests/LiveConnect/jjs_func_parameters_tests.js,
		* plugin/tests/LiveConnect/jjs_func_rettype_tests.js,
		* plugin/tests/LiveConnect/jjs_get_tests.js,
		* plugin/tests/LiveConnect/jjs_set_tests.js,
		* plugin/tests/LiveConnect/jsj_func_overload_tests.js,
		* plugin/tests/LiveConnect/jsj_func_parameters_tests.js,
		* plugin/tests/LiveConnect/jsj_func_rettype_tests.js,
		* plugin/tests/LiveConnect/jsj_get_tests.js,
		* plugin/tests/LiveConnect/jsj_set_tests.js,
		* plugin/tests/LiveConnect/jsj_type_casting_tests.js,
		* plugin/tests/LiveConnect/jsj_type_conversion_tests.js,
		* patches/extensions/liveconnect.patch: Removed.
		* Makefile.am: Removed aliases for dead targets.
	(NETX_SRCDIR): Removed. (NETX_RESOURCE_DIR): Likewise.
	(NETX_EXTRA_DIR): Likewise. (NETX_BOOTSTRAP_CLASSES):
	Likewise. (PLUGIN_BOOTSTRAP_CLASSES): Likewise.
	(NETX_SUN_CLASSES): Likewise. (PLUGIN_SUN_CLASSES):
	Likewise. (ICEDTEA_BOOTSTRAP_CLASSES): Remove above four
	variables. (ICEDTEAPLUGIN_CLEAN): Removed.
	(LIVECONNECT_DIR): Removed. (PLUGIN_DIR): Removed.
	(PLUGIN_SRCDIR): Removed. (LIVECONNECT_SRCS): Removed.
	(ICEDTEAPLUGIN_TARGET): Removed. (PLUGIN_TEST_SRCS):
	Removed. (ICEDTEA_PATCHES): Drop liveconnect.patch.
	(PLUGIN_VERSION): Removed. (EXTRA_DIST): Drop extra
	javaws.png javaws.desktop plugin netx. (clean-local): Remove
	dead targets. (.PHONY): Likewise. (icedtea-against-
	icedtea): Likewise. (clean-icedtea-against-icedtea):
	Likewise. (icedtea-debug-against-icedtea): Likewise.
	(clean-icedtea-debug-against-icedtea): Likewise. (add-
	plugin): Dropped. (clean-add-plugin): Likewise.
	(add-plugin-debug): Likewise. (clean-add-plugin-debug):
	Likewise. (add-netx): Dropped. (clean-add-netx):
	Likewise. (add-netx-debug): Likewise. (clean-add-
	netx-debug): Likewise. (icedtea-against-ecj): Drop dead
	targets. (clean-icedtea-against-ecj): Likewise.
	(add-plugin-ecj): Likewise. (clean-add-plugin-ecj):
	Likewise. (add-netx-ecj): Dropped. (clean-add-netx-
	ecj): Likewise. (PLUGIN_SRC): Removed.
	(PLUGIN_OBJECTS): Removed. ($(PLUGIN_DIR)/%.o)): Removed.
	($(PLUGIN_DIR)/IcedTeaPlugin.so): Removed. (clean-
	IcedTeaPlugin): Likewise. (plugin): Likewise.
	(clean-plugin): Likewise. (liveconnect-source-files.txt):
	Likewise. (liveconnect): Likewise. (liveconnect-
	dist): Likewise. (clean-liveconnect): Likewise.
	(netx-source-files.txt): Likewise. (netx): Likewise.
	(netx-dist): Likewise. (clean-netx): Likewise.
	(extra-source-files.txt): Likewise. (extra-class-files):
	Likewise. (clean-extra): Likewise. (extra-
	lib/about.jar): Likewise. (ADD_ZERO_CONFIGURE_ARGS): Remove
	dead --disable-plugin. (plugin-tests): Removed.
		* acinclude.m4: (IT_CHECK_PLUGIN): Removed.
	(IT_CHECK_PLUGIN_DEPENDENCIES): Likewise.
	(IT_CHECK_XULRUNNER_VERSION): Likewise.
		* configure.ac: Don't call IT_CHECK_XULRUNNER_VERSION.


changeset 5327c5405c78 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=5327c5405c78
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Oct 19 21:27:47 2010 +0100

	Make HotSpot 19 the default. Update documentation to reflect recent
	changes.

	2010-10-19 Andrew John Hughes <ahughes at redhat.com>

	 * INSTALL: Drop plugin dependencies. Document new
	JDK detection. Drop removed options from VisualVM and the
	plugin. Mention new hs19 default.
		* README: Updated. Remove sections on plugin and NetX.
	Update Zero&Shark section.
		* NEWS: Add HotSpot 19, NetX & plugin removal, Shark
	upstreaming and JDK detection/bootstrapping changes.
		* acinclude.m4: (AC_CHECK_WITH_HOTSPOT_BUILD): Set
	DEFAULT_BUILD to hs19 rather than the non-existent hs16
	(used when
		--with-hotspot-build or
		--with-hotspot-build=yes is passed). Introduce
	ALTERNATE_BUILD to refer to the build enabled by --with-
	hotspot-build, which is 'original' (hs17) at present.


changeset 0bfb4898c039 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=0bfb4898c039
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 20 14:45:55 2010 +0100

	Don't abuse DEFAULT_BUILD in the HotSpot build macro.

	2010-10-19 Andrew John Hughes <ahughes at redhat.com>

	 * INSTALL: Clarify HotSpot build documentation.
		* acinclude.m4: (AC_CHECK_WITH_HOTSPOT_BUILD): Don't abuse
	DEFAULT_BUILD. Introduce ORIGINAL_BUILD to represent the
	ORIGINAL BUILD and use that in the conditional and for
	--without-hotspot-build. Use DEFAULT_BUILD only for when the
	option is not specified.


changeset 60d2b331f239 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=60d2b331f239
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Oct 21 12:54:55 2010 +0100

	Merge


diffstat:

297 files changed, 944 insertions(+), 65632 deletions(-)
ChangeLog                                                               |  455 +
INSTALL                                                                 |  100 
Makefile.am                                                             |  524 --
NEWS                                                                    |    5 
README                                                                  |   44 
acinclude.m4                                                            |   59 
configure.ac                                                            |    1 
extra/net/sourceforge/jnlp/about/HTMLPanel.java                         |   59 
extra/net/sourceforge/jnlp/about/Main.java                              |  135 
extra/net/sourceforge/jnlp/about/resources/about.html                   |   28 
extra/net/sourceforge/jnlp/about/resources/applications.html            |   36 
extra/net/sourceforge/jnlp/about/resources/notes.html                   |   82 
hotspot.map                                                             |    1 
javaws.desktop                                                          |   11 
netx/javaws.1                                                           |  123 
netx/javax/jnlp/BasicService.java                                       |   12 
netx/javax/jnlp/ClipboardService.java                                   |   10 
netx/javax/jnlp/DownloadService.java                                    |   24 
netx/javax/jnlp/DownloadServiceListener.java                            |   12 
netx/javax/jnlp/ExtendedService.java                                    |   51 
netx/javax/jnlp/ExtensionInstallerService.java                          |   21 
netx/javax/jnlp/FileContents.java                                       |   17 
netx/javax/jnlp/FileOpenService.java                                    |   10 
netx/javax/jnlp/FileSaveService.java                                    |   10 
netx/javax/jnlp/JNLPRandomAccessFile.java                               |   45 
netx/javax/jnlp/PersistenceService.java                                 |   17 
netx/javax/jnlp/PrintService.java                                       |   12 
netx/javax/jnlp/ServiceManager.java                                     |   53 
netx/javax/jnlp/ServiceManagerStub.java                                 |   10 
netx/javax/jnlp/SingleInstanceListener.java                             |   35 
netx/javax/jnlp/SingleInstanceService.java                              |   46 
netx/javax/jnlp/UnavailableServiceException.java                        |   15 
netx/net/sourceforge/jnlp/AppletDesc.java                               |  122 
netx/net/sourceforge/jnlp/ApplicationDesc.java                          |   74 
netx/net/sourceforge/jnlp/AssociationDesc.java                          |   56 
netx/net/sourceforge/jnlp/ComponentDesc.java                            |   40 
netx/net/sourceforge/jnlp/DefaultLaunchHandler.java                     |  112 
netx/net/sourceforge/jnlp/ExtensionDesc.java                            |  143 
netx/net/sourceforge/jnlp/IconDesc.java                                 |  135 
netx/net/sourceforge/jnlp/InformationDesc.java                          |  267 -
netx/net/sourceforge/jnlp/InstallerDesc.java                            |   52 
netx/net/sourceforge/jnlp/JARDesc.java                                  |  141 
netx/net/sourceforge/jnlp/JNLPFile.java                                 |  633 --
netx/net/sourceforge/jnlp/JNLPSplashScreen.java                         |   99 
netx/net/sourceforge/jnlp/JREDesc.java                                  |  165 
netx/net/sourceforge/jnlp/LaunchException.java                          |  188 
netx/net/sourceforge/jnlp/LaunchHandler.java                            |   66 
netx/net/sourceforge/jnlp/Launcher.java                                 |  883 ---
netx/net/sourceforge/jnlp/MenuDesc.java                                 |   38 
netx/net/sourceforge/jnlp/NetxPanel.java                                |  168 
netx/net/sourceforge/jnlp/Node.java                                     |  146 
netx/net/sourceforge/jnlp/PackageDesc.java                              |  102 
netx/net/sourceforge/jnlp/ParseException.java                           |   92 
netx/net/sourceforge/jnlp/Parser.java                                   | 1320 -----
netx/net/sourceforge/jnlp/PluginBridge.java                             |  253 -
netx/net/sourceforge/jnlp/PropertyDesc.java                             |   64 
netx/net/sourceforge/jnlp/RelatedContentDesc.java                       |   93 
netx/net/sourceforge/jnlp/ResourcesDesc.java                            |  230 
netx/net/sourceforge/jnlp/SecurityDesc.java                             |  201 
netx/net/sourceforge/jnlp/ShortcutDesc.java                             |   70 
netx/net/sourceforge/jnlp/StreamEater.java                              |   45 
netx/net/sourceforge/jnlp/UpdateDesc.java                               |   70 
netx/net/sourceforge/jnlp/Version.java                                  |  352 -
netx/net/sourceforge/jnlp/cache/CacheEntry.java                         |  172 
netx/net/sourceforge/jnlp/cache/CacheUtil.java                          |  450 -
netx/net/sourceforge/jnlp/cache/DefaultDownloadIndicator.java           |  320 -
netx/net/sourceforge/jnlp/cache/DownloadIndicator.java                  |   91 
netx/net/sourceforge/jnlp/cache/Resource.java                           |  269 -
netx/net/sourceforge/jnlp/cache/ResourceTracker.java                    | 1049 ----
netx/net/sourceforge/jnlp/cache/UpdatePolicy.java                       |   88 
netx/net/sourceforge/jnlp/cache/package.html                            |   28 
netx/net/sourceforge/jnlp/event/ApplicationEvent.java                   |   55 
netx/net/sourceforge/jnlp/event/ApplicationListener.java                |   37 
netx/net/sourceforge/jnlp/event/DownloadEvent.java                      |   70 
netx/net/sourceforge/jnlp/event/DownloadListener.java                   |   50 
netx/net/sourceforge/jnlp/event/package.html                            |   28 
netx/net/sourceforge/jnlp/package.html                                  |   30 
netx/net/sourceforge/jnlp/resources/Manifest.mf                         |    6 
netx/net/sourceforge/jnlp/resources/Messages.properties                 |  182 
netx/net/sourceforge/jnlp/resources/about.jnlp                          |   20 
netx/net/sourceforge/jnlp/resources/default.jnlp                        |   20 
netx/net/sourceforge/jnlp/runtime/AppThreadGroup.java                   |   68 
netx/net/sourceforge/jnlp/runtime/AppletAudioClip.java                  |  107 
netx/net/sourceforge/jnlp/runtime/AppletEnvironment.java                |  354 -
netx/net/sourceforge/jnlp/runtime/AppletInstance.java                   |  138 
netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java              |  319 -
netx/net/sourceforge/jnlp/runtime/Boot.java                             |  463 -
netx/net/sourceforge/jnlp/runtime/Boot13.java                           |  102 
netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java                  | 1198 ----
netx/net/sourceforge/jnlp/runtime/JNLPPolicy.java                       |  103 
netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java                      |  572 --
netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java              |  541 --
netx/net/sourceforge/jnlp/runtime/package.html                          |   29 
netx/net/sourceforge/jnlp/security/AccessWarningPane.java               |  209 
netx/net/sourceforge/jnlp/security/AppletWarningPane.java               |  115 
netx/net/sourceforge/jnlp/security/CertVerifier.java                    |   92 
netx/net/sourceforge/jnlp/security/CertWarningPane.java                 |  254 -
netx/net/sourceforge/jnlp/security/CertsInfoPane.java                   |  341 -
netx/net/sourceforge/jnlp/security/HttpsCertVerifier.java               |  238 
netx/net/sourceforge/jnlp/security/MoreInfoPane.java                    |  110 
netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java         |  120 
netx/net/sourceforge/jnlp/security/SecurityDialogPanel.java             |  134 
netx/net/sourceforge/jnlp/security/SecurityUtil.java                    |  285 -
netx/net/sourceforge/jnlp/security/SecurityWarningDialog.java           |  474 -
netx/net/sourceforge/jnlp/security/SingleCertInfoPane.java              |   77 
netx/net/sourceforge/jnlp/security/VariableX509TrustManager.java        |  314 -
netx/net/sourceforge/jnlp/security/viewer/CertificatePane.java          |  335 -
netx/net/sourceforge/jnlp/security/viewer/CertificateViewer.java        |  120 
netx/net/sourceforge/jnlp/services/ExtendedSingleInstanceService.java   |   49 
netx/net/sourceforge/jnlp/services/InstanceExistsException.java         |   35 
netx/net/sourceforge/jnlp/services/ServiceUtil.java                     |  293 -
netx/net/sourceforge/jnlp/services/SingleInstanceLock.java              |  194 
netx/net/sourceforge/jnlp/services/XBasicService.java                   |  232 
netx/net/sourceforge/jnlp/services/XClipboardService.java               |   81 
netx/net/sourceforge/jnlp/services/XDownloadService.java                |  179 
netx/net/sourceforge/jnlp/services/XExtendedService.java                |   56 
netx/net/sourceforge/jnlp/services/XExtensionInstallerService.java      |  121 
netx/net/sourceforge/jnlp/services/XFileContents.java                   |  121 
netx/net/sourceforge/jnlp/services/XFileOpenService.java                |  113 
netx/net/sourceforge/jnlp/services/XFileSaveService.java                |  140 
netx/net/sourceforge/jnlp/services/XJNLPRandomAccessFile.java           |  203 
netx/net/sourceforge/jnlp/services/XPersistenceService.java             |  177 
netx/net/sourceforge/jnlp/services/XPrintService.java                   |  123 
netx/net/sourceforge/jnlp/services/XServiceManagerStub.java             |  106 
netx/net/sourceforge/jnlp/services/XSingleInstanceService.java          |  236 
netx/net/sourceforge/jnlp/services/package.html                         |   29 
netx/net/sourceforge/jnlp/tools/CharacterEncoder.java                   |  354 -
netx/net/sourceforge/jnlp/tools/HexDumpEncoder.java                     |  120 
netx/net/sourceforge/jnlp/tools/JarRunner.java                          |   15 
netx/net/sourceforge/jnlp/tools/JarSigner.java                          |  553 --
netx/net/sourceforge/jnlp/tools/JarSignerResources.java                 |  212 
netx/net/sourceforge/jnlp/tools/KeyStoreUtil.java                       |   69 
netx/net/sourceforge/jnlp/tools/KeyTool.java                            |  461 -
netx/net/sourceforge/jnlp/util/FileUtils.java                           |  159 
netx/net/sourceforge/jnlp/util/PropertiesFile.java                      |  146 
netx/net/sourceforge/jnlp/util/Reflect.java                             |  146 
netx/net/sourceforge/jnlp/util/WeakList.java                            |  126 
netx/net/sourceforge/jnlp/util/XDesktopEntry.java                       |  213 
netx/net/sourceforge/nanoxml/XMLElement.java                            | 1334 -----
netx/net/sourceforge/nanoxml/XMLParseException.java                     |  130 
patches/alpha-fixes.patch                                               |   21 
patches/extensions/liveconnect.patch                                    |   87 
patches/gcc-suffix.patch                                                |   31 
patches/hotspot/hs19/alpha-fixes.patch                                  |   21 
patches/hotspot/hs19/gcc-suffix.patch                                   |   31 
patches/hotspot/hs19/params-cast-size_t.patch                           |  264 -
patches/hotspot/hs19/print_lsb_release.patch                            |   49 
patches/hotspot/hs19/update-bootclasspath.patch                         |   13 
patches/hotspot/original/alpha-fixes.patch                              |   31 
patches/hotspot/original/gcc-suffix.patch                               |   25 
patches/hotspot/original/params-cast-size_t.patch                       |  274 -
patches/hotspot/original/print_lsb_release.patch                        |   48 
patches/hotspot/original/update-bootclasspath.patch                     |   13 
patches/icedtea-jtreg-jrunscript.patch                                  |   12 
patches/icedtea-lcms.patch                                              |   25 
patches/icedtea-shark-build.patch                                       |   16 
patches/openjdk/4356282-opentype.patch                                  |  227 
patches/openjdk/6438179-systray_check.patch                             |   92 
patches/openjdk/6678385-window_movement_crasher.patch                   | 1241 -----
patches/openjdk/6721088-awt_window_size.patch                           |   67 
patches/openjdk/6795060-icu_crash.patch                                 |   95 
patches/openjdk/6951319-sparc_build_fixes.patch                         |   24 
patches/openjdk/6954424-opentype_javadoc.patch                          |   23 
patches/openjdk/6961732-negative_leading.patch                          |   45 
patches/openjdk/6969395-net_bugs.patch                                  |  461 -
patches/openjdk/6985992-test_6933784.patch                              |   43 
patches/params-cast-size_t.patch                                        |  264 +
patches/print_lsb_release.patch                                         |   49 
patches/security/20101012/6559775.patch                                 |  317 -
patches/security/20101012/6622002.patch                                 |   64 
patches/security/20101012/6623943.patch                                 |  138 
patches/security/20101012/6891766.patch                                 | 1147 ----
patches/security/20101012/6914943.patch                                 | 2129 --------
patches/security/20101012/6925710.patch                                 |  198 
patches/security/20101012/6938813.patch                                 |  196 
patches/security/20101012/6952017.patch                                 |   50 
patches/security/20101012/6952603.patch                                 |   38 
patches/security/20101012/6957564.patch                                 |   77 
patches/security/20101012/6958060.patch                                 |   15 
patches/security/20101012/6961084.patch                                 |  325 -
patches/security/20101012/6963023.patch                                 |   95 
patches/security/20101012/6963285.patch                                 |   20 
patches/security/20101012/6963489.patch                                 |   31 
patches/security/20101012/6966692.patch                                 |   91 
patches/security/20101012/6981426.patch                                 |   24 
patches/security/20101012/6990437.patch                                 |  116 
patches/update-bootclasspath.patch                                      |   13 
plugin/icedteanp/IcedTeaJavaRequestProcessor.cc                         | 1392 -----
plugin/icedteanp/IcedTeaJavaRequestProcessor.h                          |  233 
plugin/icedteanp/IcedTeaNPPlugin.cc                                     | 2453 ----------
plugin/icedteanp/IcedTeaNPPlugin.h                                      |  136 
plugin/icedteanp/IcedTeaPluginRequestProcessor.cc                       |  988 ----
plugin/icedteanp/IcedTeaPluginRequestProcessor.h                        |  146 
plugin/icedteanp/IcedTeaPluginUtils.cc                                  | 1047 ----
plugin/icedteanp/IcedTeaPluginUtils.h                                   |  296 -
plugin/icedteanp/IcedTeaRunnable.cc                                     |   75 
plugin/icedteanp/IcedTeaRunnable.h                                      |  104 
plugin/icedteanp/IcedTeaScriptablePluginObject.cc                       |  897 ---
plugin/icedteanp/IcedTeaScriptablePluginObject.h                        |  212 
plugin/icedteanp/java/netscape/javascript/JSException.java              |  140 
plugin/icedteanp/java/netscape/javascript/JSObject.java                 |  297 -
plugin/icedteanp/java/netscape/javascript/JSObjectCreatePermission.java |   47 
plugin/icedteanp/java/netscape/javascript/JSProxy.java                  |   58 
plugin/icedteanp/java/netscape/javascript/JSRunnable.java               |   72 
plugin/icedteanp/java/netscape/javascript/JSUtil.java                   |   59 
plugin/icedteanp/java/netscape/security/ForbiddenTargetException.java   |   52 
plugin/icedteanp/java/sun/applet/AppletSecurityContextManager.java      |   71 
plugin/icedteanp/java/sun/applet/GetMemberPluginCallRequest.java        |   63 
plugin/icedteanp/java/sun/applet/GetWindowPluginCallRequest.java        |   65 
plugin/icedteanp/java/sun/applet/JavaConsole.java                       |  365 -
plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java            |  696 --
plugin/icedteanp/java/sun/applet/PasswordAuthenticationDialog.java      |  241 
plugin/icedteanp/java/sun/applet/PluginAppletSecurityContext.java       | 1505 ------
plugin/icedteanp/java/sun/applet/PluginAppletViewer.java                | 2056 --------
plugin/icedteanp/java/sun/applet/PluginCallRequest.java                 |   89 
plugin/icedteanp/java/sun/applet/PluginCallRequestFactory.java          |   61 
plugin/icedteanp/java/sun/applet/PluginClassLoader.java                 |   51 
plugin/icedteanp/java/sun/applet/PluginCookieInfoRequest.java           |   74 
plugin/icedteanp/java/sun/applet/PluginCookieManager.java               |   88 
plugin/icedteanp/java/sun/applet/PluginDebug.java                       |   51 
plugin/icedteanp/java/sun/applet/PluginException.java                   |   53 
plugin/icedteanp/java/sun/applet/PluginMain.java                        |  319 -
plugin/icedteanp/java/sun/applet/PluginMessageConsumer.java             |  268 -
plugin/icedteanp/java/sun/applet/PluginMessageHandlerWorker.java        |  147 
plugin/icedteanp/java/sun/applet/PluginObjectStore.java                 |  132 
plugin/icedteanp/java/sun/applet/PluginProxyInfoRequest.java            |   81 
plugin/icedteanp/java/sun/applet/PluginProxySelector.java               |  195 
plugin/icedteanp/java/sun/applet/PluginStreamHandler.java               |  454 -
plugin/icedteanp/java/sun/applet/RequestQueue.java                      |   77 
plugin/icedteanp/java/sun/applet/TestEnv.java                           |  172 
plugin/icedteanp/java/sun/applet/VoidPluginCallRequest.java             |   54 
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                                      |  219 
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 ---
shark/hotspot/make/linux/makefiles/shark.make                           |   32 
shark/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp                    |   62 
shark/hotspot/src/share/vm/includeDB_shark                              |  369 -
shark/hotspot/src/share/vm/shark/llvmHeaders.hpp                        |   82 
shark/hotspot/src/share/vm/shark/llvmValue.hpp                          |   62 
shark/hotspot/src/share/vm/shark/sharkBlock.cpp                         | 1260 -----
shark/hotspot/src/share/vm/shark/sharkBlock.hpp                         |  281 -
shark/hotspot/src/share/vm/shark/sharkBuilder.cpp                       |  591 --
shark/hotspot/src/share/vm/shark/sharkBuilder.hpp                       |  209 
shark/hotspot/src/share/vm/shark/sharkCacheDecache.cpp                  |  259 -
shark/hotspot/src/share/vm/shark/sharkCacheDecache.hpp                  |  417 -
shark/hotspot/src/share/vm/shark/sharkCodeBuffer.hpp                    |   87 
shark/hotspot/src/share/vm/shark/sharkCompiler.cpp                      |  340 -
shark/hotspot/src/share/vm/shark/sharkCompiler.hpp                      |  119 
shark/hotspot/src/share/vm/shark/sharkConstant.cpp                      |  128 
shark/hotspot/src/share/vm/shark/sharkConstant.hpp                      |   64 
shark/hotspot/src/share/vm/shark/sharkContext.cpp                       |  180 
shark/hotspot/src/share/vm/shark/sharkContext.hpp                       |  187 
shark/hotspot/src/share/vm/shark/sharkEntry.hpp                         |   58 
shark/hotspot/src/share/vm/shark/sharkFunction.cpp                      |  188 
shark/hotspot/src/share/vm/shark/sharkFunction.hpp                      |  111 
shark/hotspot/src/share/vm/shark/sharkInliner.cpp                       |  749 ---
shark/hotspot/src/share/vm/shark/sharkInliner.hpp                       |   32 
shark/hotspot/src/share/vm/shark/sharkIntrinsics.cpp                    |  277 -
shark/hotspot/src/share/vm/shark/sharkIntrinsics.hpp                    |   54 
shark/hotspot/src/share/vm/shark/sharkInvariants.cpp                    |   37 
shark/hotspot/src/share/vm/shark/sharkInvariants.hpp                    |  167 
shark/hotspot/src/share/vm/shark/sharkMemoryManager.cpp                 |  116 
shark/hotspot/src/share/vm/shark/sharkMemoryManager.hpp                 |   88 
shark/hotspot/src/share/vm/shark/sharkNativeWrapper.cpp                 |  352 -
shark/hotspot/src/share/vm/shark/sharkNativeWrapper.hpp                 |  182 
shark/hotspot/src/share/vm/shark/sharkRuntime.cpp                       |  251 -
shark/hotspot/src/share/vm/shark/sharkRuntime.hpp                       |   83 
shark/hotspot/src/share/vm/shark/sharkStack.cpp                         |  263 -
shark/hotspot/src/share/vm/shark/sharkStack.hpp                         |  290 -
shark/hotspot/src/share/vm/shark/sharkState.cpp                         |  389 -
shark/hotspot/src/share/vm/shark/sharkState.hpp                         |  188 
shark/hotspot/src/share/vm/shark/sharkStateScanner.cpp                  |   99 
shark/hotspot/src/share/vm/shark/sharkStateScanner.hpp                  |   75 
shark/hotspot/src/share/vm/shark/sharkTopLevelBlock.cpp                 | 1991 --------
shark/hotspot/src/share/vm/shark/sharkTopLevelBlock.hpp                 |  430 -
shark/hotspot/src/share/vm/shark/sharkType.hpp                          |  112 
shark/hotspot/src/share/vm/shark/sharkValue.cpp                         |  260 -
shark/hotspot/src/share/vm/shark/sharkValue.hpp                         |  332 -
shark/hotspot/src/share/vm/shark/shark_globals.cpp                      |   29 
shark/hotspot/src/share/vm/shark/shark_globals.hpp                      |   54 

diffs (truncated from 68280 to 500 lines):

diff -r afdd3f284524 -r 60d2b331f239 ChangeLog
--- a/ChangeLog	Mon Oct 18 21:29:09 2010 +0100
+++ b/ChangeLog	Thu Oct 21 12:54:55 2010 +0100
@@ -1,3 +1,407 @@ 2010-10-18  Andrew John Hughes  <ahughes
+2010-10-19  Andrew John Hughes  <ahughes at redhat.com>
+
+	* INSTALL: Clarify HotSpot build documentation.
+	* acinclude.m4:
+	(AC_CHECK_WITH_HOTSPOT_BUILD): Don't abuse
+	DEFAULT_BUILD.  Introduce ORIGINAL_BUILD to
+	represent the ORIGINAL BUILD and use that in
+	the conditional and for --without-hotspot-build.
+	Use DEFAULT_BUILD only for when the option is
+	not specified.
+
+2010-10-19  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/security/20101012/6559775.patch,
+	* patches/security/20101012/6622002.patch,
+	* patches/security/20101012/6891766.patch,
+	* patches/security/20101012/6914943.patch,
+	* patches/security/20101012/6925710.patch,
+	* patches/security/20101012/6938813.patch,
+	* patches/security/20101012/6952017.patch,
+	* patches/security/20101012/6952603.patch,
+	* patches/security/20101012/6957564.patch,
+	* patches/security/20101012/6958060.patch,
+	* patches/security/20101012/6961084.patch,
+	* patches/security/20101012/6963023.patch,
+	* patches/security/20101012/6963285.patch,
+	* patches/security/20101012/6963489.patch,
+	* patches/security/20101012/6966692.patch,
+	* patches/security/20101012/6981426.patch,
+	* patches/security/20101012/6990437.patch:
+	Dropped; available upstream.
+	* Makefile.am: Drop above patches.
+	* patches/icedtea-lcms.patch: Rejigged against
+	upstream security patch.
+
+2010-10-18  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/hotspot/hs19/alpha-fixes.patch,
+	* patches/hotspot/hs19/gcc-suffix.patch,
+	* patches/hotspot/hs19/params-cast-size_t.patch,
+	* patches/hotspot/hs19/print_lsb_release.patch,
+	* patches/hotspot/hs19/update-bootclasspath.patch:
+	Move to patches.  hs19 is now the only option.
+	* patches/hotspot/original/alpha-fixes.patch,
+	* patches/hotspot/original/gcc-suffix.patch,
+	* patches/hotspot/original/params-cast-size_t.patch,
+	* patches/hotspot/original/print_lsb_release.patch,
+	* patches/hotspot/original/update-bootclasspath.patch:
+	Dropped; upstream moved from hs17 to hs19.
+	* patches/icedtea-shark-build.patch:
+	Applied upstream by Gary Benson.
+	* patches/security/20101012/6623943.patch:
+	Applied upstream by Omair Majid.
+	* shark/hotspot/make/linux/makefiles/shark.make,
+	* shark/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp,
+	* shark/hotspot/src/share/vm/includeDB_shark,
+	* shark/hotspot/src/share/vm/shark/llvmHeaders.hpp,
+	* shark/hotspot/src/share/vm/shark/llvmValue.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkBlock.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkBlock.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkBuilder.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkBuilder.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkCacheDecache.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkCacheDecache.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkCodeBuffer.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkCompiler.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkCompiler.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkConstant.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkConstant.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkContext.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkContext.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkEntry.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkFunction.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkFunction.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkInliner.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkInliner.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkIntrinsics.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkIntrinsics.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkInvariants.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkInvariants.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkMemoryManager.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkMemoryManager.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkNativeWrapper.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkNativeWrapper.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkRuntime.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkRuntime.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkStack.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkStack.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkState.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkState.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkStateScanner.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkStateScanner.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkTopLevelBlock.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkTopLevelBlock.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkType.hpp,
+	* shark/hotspot/src/share/vm/shark/sharkValue.cpp,
+	* shark/hotspot/src/share/vm/shark/sharkValue.hpp,
+	* shark/hotspot/src/share/vm/shark/shark_globals.cpp,
+	* shark/hotspot/src/share/vm/shark/shark_globals.hpp:
+	Shark is in HotSpot 19.
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Remove $(HSBUILD) special casing.
+	Remove conditional !WITH_ALT_HSBUILD patches.
+	(ports): Drop !WITH_ALT_HSBUILD block.
+	(clean-ports): Likewise.
+	* hotspot.map: Remove hs19.
+	* patches/alpha-fixes.patch,
+	* patches/gcc-suffix.patch,
+	* patches/params-cast-size_t.patch,
+	* patches/print_lsb_release.patch,
+	* patches/update-bootclasspath.patch:
+	The hs19 patches moved above.
+	* acinclude.m4:
+	(AC_CHECK_WITH_HOTSPOT_BUILD): Default to original.
+
+2010-10-19  Andrew John Hughes  <ahughes at redhat.com>
+
+	* INSTALL: Drop plugin dependencies.
+	Document new JDK detection.  Drop removed
+	options from VisualVM and the plugin.
+	Mention new hs19 default.
+	* README:  Updated.  Remove sections on
+	plugin and NetX.  Update Zero&Shark section.
+	* NEWS: Add HotSpot 19, NetX & plugin removal,
+	Shark upstreaming and JDK detection/bootstrapping
+	changes.
+	* acinclude.m4:
+	(AC_CHECK_WITH_HOTSPOT_BUILD): Set
+	DEFAULT_BUILD to hs19 rather than the
+	non-existent hs16 (used when
+	--with-hotspot-build or
+	--with-hotspot-build=yes is passed).
+	Introduce ALTERNATE_BUILD to refer to
+	the build enabled by --with-hotspot-build,
+	which is 'original' (hs17) at present.
+
+2010-10-19  Andrew John Hughes  <ahughes at redhat.com>
+
+	Move NetX and the plugin to the IcedTea-Web project:
+	http://icedtea.classpath.org/hg/icedtea-web
+	* extra/net/sourceforge/jnlp/about/HTMLPanel.java,
+	* extra/net/sourceforge/jnlp/about/Main.java,
+	* extra/net/sourceforge/jnlp/about/resources/about.html,
+	* extra/net/sourceforge/jnlp/about/resources/applications.html,
+	* extra/net/sourceforge/jnlp/about/resources/notes.html,
+	* javaws.desktop,
+	* netx/javaws.1,
+	* netx/javax/jnlp/BasicService.java,
+	* netx/javax/jnlp/ClipboardService.java,
+	* netx/javax/jnlp/DownloadService.java,
+	* netx/javax/jnlp/DownloadServiceListener.java,
+	* netx/javax/jnlp/ExtendedService.java,
+	* netx/javax/jnlp/ExtensionInstallerService.java,
+	* netx/javax/jnlp/FileContents.java,
+	* netx/javax/jnlp/FileOpenService.java,
+	* netx/javax/jnlp/FileSaveService.java,
+	* netx/javax/jnlp/JNLPRandomAccessFile.java,
+	* netx/javax/jnlp/PersistenceService.java,
+	* netx/javax/jnlp/PrintService.java,
+	* netx/javax/jnlp/ServiceManager.java,
+	* netx/javax/jnlp/ServiceManagerStub.java,
+	* netx/javax/jnlp/SingleInstanceListener.java,
+	* netx/javax/jnlp/SingleInstanceService.java,
+	* netx/javax/jnlp/UnavailableServiceException.java,
+	* netx/net/sourceforge/jnlp/AppletDesc.java,
+	* netx/net/sourceforge/jnlp/ApplicationDesc.java,
+	* netx/net/sourceforge/jnlp/AssociationDesc.java,
+	* netx/net/sourceforge/jnlp/ComponentDesc.java,
+	* netx/net/sourceforge/jnlp/DefaultLaunchHandler.java,
+	* netx/net/sourceforge/jnlp/ExtensionDesc.java,
+	* netx/net/sourceforge/jnlp/IconDesc.java,
+	* netx/net/sourceforge/jnlp/InformationDesc.java,
+	* netx/net/sourceforge/jnlp/InstallerDesc.java,
+	* netx/net/sourceforge/jnlp/JARDesc.java,
+	* netx/net/sourceforge/jnlp/JNLPFile.java,
+	* netx/net/sourceforge/jnlp/JNLPSplashScreen.java,
+	* netx/net/sourceforge/jnlp/JREDesc.java,
+	* netx/net/sourceforge/jnlp/LaunchException.java,
+	* netx/net/sourceforge/jnlp/LaunchHandler.java,
+	* netx/net/sourceforge/jnlp/Launcher.java,
+	* netx/net/sourceforge/jnlp/MenuDesc.java,
+	* netx/net/sourceforge/jnlp/NetxPanel.java,
+	* netx/net/sourceforge/jnlp/Node.java,
+	* netx/net/sourceforge/jnlp/PackageDesc.java,
+	* netx/net/sourceforge/jnlp/ParseException.java,
+	* netx/net/sourceforge/jnlp/Parser.java,
+	* netx/net/sourceforge/jnlp/PluginBridge.java,
+	* netx/net/sourceforge/jnlp/PropertyDesc.java,
+	* netx/net/sourceforge/jnlp/RelatedContentDesc.java,
+	* netx/net/sourceforge/jnlp/ResourcesDesc.java,
+	* netx/net/sourceforge/jnlp/SecurityDesc.java,
+	* netx/net/sourceforge/jnlp/ShortcutDesc.java,
+	* netx/net/sourceforge/jnlp/StreamEater.java,
+	* netx/net/sourceforge/jnlp/UpdateDesc.java,
+	* netx/net/sourceforge/jnlp/Version.java,
+	* netx/net/sourceforge/jnlp/cache/CacheEntry.java,
+	* netx/net/sourceforge/jnlp/cache/CacheUtil.java,
+	* netx/net/sourceforge/jnlp/cache/DefaultDownloadIndicator.java,
+	* netx/net/sourceforge/jnlp/cache/DownloadIndicator.java,
+	* netx/net/sourceforge/jnlp/cache/Resource.java,
+	* netx/net/sourceforge/jnlp/cache/ResourceTracker.java,
+	* netx/net/sourceforge/jnlp/cache/UpdatePolicy.java,
+	* netx/net/sourceforge/jnlp/cache/package.html,
+	* netx/net/sourceforge/jnlp/event/ApplicationEvent.java,
+	* netx/net/sourceforge/jnlp/event/ApplicationListener.java,
+	* netx/net/sourceforge/jnlp/event/DownloadEvent.java,
+	* netx/net/sourceforge/jnlp/event/DownloadListener.java,
+	* netx/net/sourceforge/jnlp/event/package.html,
+	* netx/net/sourceforge/jnlp/package.html,
+	* netx/net/sourceforge/jnlp/resources/Manifest.mf,
+	* netx/net/sourceforge/jnlp/resources/Messages.properties,
+	* netx/net/sourceforge/jnlp/resources/about.jnlp,
+	* netx/net/sourceforge/jnlp/resources/default.jnlp,
+	* netx/net/sourceforge/jnlp/runtime/AppThreadGroup.java,
+	* netx/net/sourceforge/jnlp/runtime/AppletAudioClip.java,
+	* netx/net/sourceforge/jnlp/runtime/AppletEnvironment.java,
+	* netx/net/sourceforge/jnlp/runtime/AppletInstance.java,
+	* netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java,
+	* netx/net/sourceforge/jnlp/runtime/Boot.java,
+	* netx/net/sourceforge/jnlp/runtime/Boot13.java,
+	* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java,
+	* netx/net/sourceforge/jnlp/runtime/JNLPPolicy.java,
+	* netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java,
+	* netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java,
+	* netx/net/sourceforge/jnlp/runtime/package.html,
+	* netx/net/sourceforge/jnlp/security/AccessWarningPane.java,
+	* netx/net/sourceforge/jnlp/security/AppletWarningPane.java,
+	* netx/net/sourceforge/jnlp/security/CertVerifier.java,
+	* netx/net/sourceforge/jnlp/security/CertWarningPane.java,
+	* netx/net/sourceforge/jnlp/security/CertsInfoPane.java,
+	* netx/net/sourceforge/jnlp/security/HttpsCertVerifier.java,
+	* netx/net/sourceforge/jnlp/security/MoreInfoPane.java,
+	* netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java,
+	* netx/net/sourceforge/jnlp/security/SecurityDialogPanel.java,
+	* netx/net/sourceforge/jnlp/security/SecurityUtil.java,
+	* netx/net/sourceforge/jnlp/security/SecurityWarningDialog.java,
+	* netx/net/sourceforge/jnlp/security/SingleCertInfoPane.java,
+	* netx/net/sourceforge/jnlp/security/VariableX509TrustManager.java,
+	* netx/net/sourceforge/jnlp/security/viewer/CertificatePane.java,
+	* netx/net/sourceforge/jnlp/security/viewer/CertificateViewer.java,
+	* netx/net/sourceforge/jnlp/services/ExtendedSingleInstanceService.java,
+	* netx/net/sourceforge/jnlp/services/InstanceExistsException.java,
+	* netx/net/sourceforge/jnlp/services/ServiceUtil.java,
+	* netx/net/sourceforge/jnlp/services/SingleInstanceLock.java,
+	* netx/net/sourceforge/jnlp/services/XBasicService.java,
+	* netx/net/sourceforge/jnlp/services/XClipboardService.java,
+	* netx/net/sourceforge/jnlp/services/XDownloadService.java,
+	* netx/net/sourceforge/jnlp/services/XExtendedService.java,
+	* netx/net/sourceforge/jnlp/services/XExtensionInstallerService.java,
+	* netx/net/sourceforge/jnlp/services/XFileContents.java,
+	* netx/net/sourceforge/jnlp/services/XFileOpenService.java,
+	* netx/net/sourceforge/jnlp/services/XFileSaveService.java,
+	* netx/net/sourceforge/jnlp/services/XJNLPRandomAccessFile.java,
+	* netx/net/sourceforge/jnlp/services/XPersistenceService.java,
+	* netx/net/sourceforge/jnlp/services/XPrintService.java,
+	* netx/net/sourceforge/jnlp/services/XServiceManagerStub.java,
+	* netx/net/sourceforge/jnlp/services/XSingleInstanceService.java,
+	* netx/net/sourceforge/jnlp/services/package.html,
+	* netx/net/sourceforge/jnlp/tools/CharacterEncoder.java,
+	* netx/net/sourceforge/jnlp/tools/HexDumpEncoder.java,
+	* netx/net/sourceforge/jnlp/tools/JarRunner.java,
+	* netx/net/sourceforge/jnlp/tools/JarSigner.java,
+	* netx/net/sourceforge/jnlp/tools/JarSignerResources.java,
+	* netx/net/sourceforge/jnlp/tools/KeyStoreUtil.java,
+	* netx/net/sourceforge/jnlp/tools/KeyTool.java,
+	* netx/net/sourceforge/jnlp/util/FileUtils.java,
+	* netx/net/sourceforge/jnlp/util/PropertiesFile.java,
+	* netx/net/sourceforge/jnlp/util/Reflect.java,
+	* netx/net/sourceforge/jnlp/util/WeakList.java,
+	* netx/net/sourceforge/jnlp/util/XDesktopEntry.java,
+	* netx/net/sourceforge/nanoxml/XMLElement.java,
+	* netx/net/sourceforge/nanoxml/XMLParseException.java,
+	* plugin/icedteanp/IcedTeaJavaRequestProcessor.cc,
+	* plugin/icedteanp/IcedTeaJavaRequestProcessor.h,
+	* plugin/icedteanp/IcedTeaNPPlugin.cc,
+	* plugin/icedteanp/IcedTeaNPPlugin.h,
+	* plugin/icedteanp/IcedTeaPluginRequestProcessor.cc,
+	* plugin/icedteanp/IcedTeaPluginRequestProcessor.h,
+	* plugin/icedteanp/IcedTeaPluginUtils.cc,
+	* plugin/icedteanp/IcedTeaPluginUtils.h,
+	* plugin/icedteanp/IcedTeaRunnable.cc,
+	* plugin/icedteanp/IcedTeaRunnable.h,
+	* plugin/icedteanp/IcedTeaScriptablePluginObject.cc,
+	* plugin/icedteanp/IcedTeaScriptablePluginObject.h,
+	* plugin/icedteanp/java/netscape/javascript/JSException.java,
+	* plugin/icedteanp/java/netscape/javascript/JSObject.java,
+	* plugin/icedteanp/java/netscape/javascript/JSObjectCreatePermission.java,
+	* plugin/icedteanp/java/netscape/javascript/JSProxy.java,
+	* plugin/icedteanp/java/netscape/javascript/JSRunnable.java,
+	* plugin/icedteanp/java/netscape/javascript/JSUtil.java,
+	* plugin/icedteanp/java/netscape/security/ForbiddenTargetException.java,
+	* plugin/icedteanp/java/sun/applet/AppletSecurityContextManager.java,
+	* plugin/icedteanp/java/sun/applet/GetMemberPluginCallRequest.java,
+	* plugin/icedteanp/java/sun/applet/GetWindowPluginCallRequest.java,
+	* plugin/icedteanp/java/sun/applet/JavaConsole.java,
+	* plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java,
+	* plugin/icedteanp/java/sun/applet/PasswordAuthenticationDialog.java,
+	* plugin/icedteanp/java/sun/applet/PluginAppletSecurityContext.java,
+	* plugin/icedteanp/java/sun/applet/PluginAppletViewer.java,
+	* plugin/icedteanp/java/sun/applet/PluginCallRequest.java,
+	* plugin/icedteanp/java/sun/applet/PluginCallRequestFactory.java,
+	* plugin/icedteanp/java/sun/applet/PluginClassLoader.java,
+	* plugin/icedteanp/java/sun/applet/PluginCookieInfoRequest.java,
+	* plugin/icedteanp/java/sun/applet/PluginCookieManager.java,
+	* plugin/icedteanp/java/sun/applet/PluginDebug.java,
+	* plugin/icedteanp/java/sun/applet/PluginException.java,
+	* plugin/icedteanp/java/sun/applet/PluginMain.java,
+	* plugin/icedteanp/java/sun/applet/PluginMessageConsumer.java,
+	* plugin/icedteanp/java/sun/applet/PluginMessageHandlerWorker.java,
+	* plugin/icedteanp/java/sun/applet/PluginObjectStore.java,
+	* plugin/icedteanp/java/sun/applet/PluginProxyInfoRequest.java,
+	* plugin/icedteanp/java/sun/applet/PluginProxySelector.java,
+	* plugin/icedteanp/java/sun/applet/PluginStreamHandler.java,
+	* plugin/icedteanp/java/sun/applet/RequestQueue.java,
+	* plugin/icedteanp/java/sun/applet/TestEnv.java,
+	* plugin/icedteanp/java/sun/applet/VoidPluginCallRequest.java,
+	* plugin/tests/LiveConnect/DummyObject.java,
+	* plugin/tests/LiveConnect/OverloadTestHelper1.java,
+	* plugin/tests/LiveConnect/OverloadTestHelper2.java,
+	* plugin/tests/LiveConnect/OverloadTestHelper3.java,
+	* plugin/tests/LiveConnect/PluginTest.java,
+	* plugin/tests/LiveConnect/build,
+	* plugin/tests/LiveConnect/common.js,
+	* plugin/tests/LiveConnect/index.html,
+	* plugin/tests/LiveConnect/jjs_eval_test.js,
+	* plugin/tests/LiveConnect/jjs_func_parameters_tests.js,
+	* plugin/tests/LiveConnect/jjs_func_rettype_tests.js,
+	* plugin/tests/LiveConnect/jjs_get_tests.js,
+	* plugin/tests/LiveConnect/jjs_set_tests.js,
+	* plugin/tests/LiveConnect/jsj_func_overload_tests.js,
+	* plugin/tests/LiveConnect/jsj_func_parameters_tests.js,
+	* plugin/tests/LiveConnect/jsj_func_rettype_tests.js,
+	* plugin/tests/LiveConnect/jsj_get_tests.js,
+	* plugin/tests/LiveConnect/jsj_set_tests.js,
+	* plugin/tests/LiveConnect/jsj_type_casting_tests.js,
+	* plugin/tests/LiveConnect/jsj_type_conversion_tests.js,
+	* patches/extensions/liveconnect.patch:
+	Removed.
+	* Makefile.am:
+	Removed aliases for dead targets.
+	(NETX_SRCDIR): Removed.
+	(NETX_RESOURCE_DIR): Likewise.
+	(NETX_EXTRA_DIR): Likewise.
+	(NETX_BOOTSTRAP_CLASSES): Likewise.
+	(PLUGIN_BOOTSTRAP_CLASSES): Likewise.
+	(NETX_SUN_CLASSES): Likewise.
+	(PLUGIN_SUN_CLASSES): Likewise.
+	(ICEDTEA_BOOTSTRAP_CLASSES): Remove above four variables.
+	(ICEDTEAPLUGIN_CLEAN): Removed.
+	(LIVECONNECT_DIR): Removed.
+	(PLUGIN_DIR): Removed.
+	(PLUGIN_SRCDIR): Removed.
+	(LIVECONNECT_SRCS): Removed.
+	(ICEDTEAPLUGIN_TARGET): Removed.
+	(PLUGIN_TEST_SRCS): Removed.
+	(ICEDTEA_PATCHES): Drop liveconnect.patch.
+	(PLUGIN_VERSION): Removed.
+	(EXTRA_DIST): Drop extra javaws.png javaws.desktop plugin netx.
+	(clean-local): Remove dead targets.
+	(.PHONY): Likewise.
+	(icedtea-against-icedtea): Likewise.
+	(clean-icedtea-against-icedtea): Likewise.
+	(icedtea-debug-against-icedtea): Likewise.
+	(clean-icedtea-debug-against-icedtea): Likewise.
+	(add-plugin): Dropped.
+	(clean-add-plugin): Likewise.
+	(add-plugin-debug): Likewise.
+	(clean-add-plugin-debug): Likewise.
+	(add-netx): Dropped.
+	(clean-add-netx): Likewise.
+	(add-netx-debug): Likewise.
+	(clean-add-netx-debug): Likewise.
+	(icedtea-against-ecj): Drop dead targets.
+	(clean-icedtea-against-ecj): Likewise.
+	(add-plugin-ecj): Likewise.
+	(clean-add-plugin-ecj): Likewise.
+	(add-netx-ecj): Dropped.
+	(clean-add-netx-ecj): Likewise.
+	(PLUGIN_SRC): Removed.
+	(PLUGIN_OBJECTS): Removed.
+	($(PLUGIN_DIR)/%.o)): Removed.
+	($(PLUGIN_DIR)/IcedTeaPlugin.so): Removed.
+	(clean-IcedTeaPlugin): Likewise.
+	(plugin): Likewise.
+	(clean-plugin): Likewise.
+	(liveconnect-source-files.txt): Likewise.
+	(liveconnect): Likewise.
+	(liveconnect-dist): Likewise.
+	(clean-liveconnect): Likewise.
+	(netx-source-files.txt): Likewise.
+	(netx): Likewise.
+	(netx-dist): Likewise.
+	(clean-netx): Likewise.
+	(extra-source-files.txt): Likewise.
+	(extra-class-files): Likewise.
+	(clean-extra): Likewise.
+	(extra-lib/about.jar): Likewise.
+	(ADD_ZERO_CONFIGURE_ARGS): Remove dead --disable-plugin.
+	(plugin-tests): Removed.
+	(IT_CHECK_PLUGIN): Removed.
+	(IT_CHECK_PLUGIN_DEPENDENCIES): Likewise.
+	(IT_CHECK_XULRUNNER_VERSION): Likewise.
+	* configure.ac: Don't call IT_CHECK_XULRUNNER_VERSION.
+
 2010-10-18  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
@@ -254,6 +658,14 @@ 2010-09-23  Andrew John Hughes  <ahughes
 	* Makefile.am: Fix path of above patch.
 	* patches/openjdk/6721088-awt_window_size.patch,
 	...here to reflect upstreaming.
+
+2010-09-23  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/icedtea-awt-window-size.patch,
+	* patches/openjdk/6969395-net_bugs.patch,
+	* patches/openjdk/6985992-test_6933784.patch:
+	Dropped; upstreamed.
+	* Makefile.am: Remove above patches.
 
 2010-09-23  Andrew John Hughes  <ahughes at redhat.com>
 
@@ -594,6 +1006,15 @@ 2010-09-07  Andrew John Hughes  <ahughes
 	* patches/openjdk/6969395-net_bugs.patch:
 	Fix networking tests.
 
+2010-09-05  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/openjdk/6438179-systray_check.patch:
+	Dropped, applied upstream.
+	* Makefile.am: Drop above patch and those brought
+	back by merge.  Update JAXP tarball.
+	* patches/openjdk/6951319-sparc_build_fixes.patch:
+	Remove upstreamed parts.
+
 2010-09-03  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* Makefile.am: Fixed indentation, changes spaces to tab.
@@ -643,7 +1064,7 @@ 2010-08-27  Deepak Bhole <dbhole at redhat.
 
 2010-08-26  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
-	* Makefile.am:
+	* Makefile.am: Add patch.
 	* patches/opengl-jni-fix.patch:
 	Fixed missing JNI link to native function
 	OGLContext.getOGLIdString() which causes
@@ -730,6 +1151,22 @@ 2010-08-13  Andrew John Hughes  <ahughes
 	an Oracle-based JDK or not.
 	* configure.ac:
 	Remove check for sun.awt.Toolkit.
+
+2010-08-12  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/openjdk/4356282-opentype.patch,
+	* patches/openjdk/6795060-icu_crash.patch,
+	* patches/openjdk/6954424-opentype_javadoc.patch:
+	Dropped, applied upstream.
+	* Makefile.am:
+	Remove above patches.
+
+2010-08-12  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/openjdk/6678385-window_movement_crasher.patch:
+	Dropped, applied upstream.
+	* Makefile.am:
+	Remove above patch.
 
 2010-08-09  Omair Majid  <omajid at redhat.com>
 
@@ -771,7 +1208,7 @@ 2010-08-09  Deepak Bhole <dbhole at redhat.
 	* Makefile.am:
 	(icedtea):Add update-bootclasspath.patch.
 	dependencies and copying. Add icedtea-update-bootclasspath.patch.
-	* patches/update-bootclasspath.patch: New patch. Adds netx, 
+	* patches/update-bootclasspath.patch: New patch. Adds netx,
 	rhino and plugin jars to the bootclasspath.
 
 2010-08-09  Andrew John Hughes  <ahughes at redhat.com>
@@ -1083,6 +1520,12 @@ 2010-07-28  Matthias Klose  <doko at ubuntu
 2010-07-28  Matthias Klose  <doko at ubuntu.com>
 
 	* NEWS: Add 1.8.1 entry.
+
+2010-07-26  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/icedtea-jtreg-jrunscript.patch:
+	Regenerate after 50002bfcff96 from dcubed being
+	added to OpenJDK6.
 
 2010-07-26  Andrew John Hughes  <ahughes at redhat.com>
 
@@ -1532,6 +1975,12 @@ 2010-07-08  Andrew John Hughes  <ahughes
 	just delete the stamp.
 	(clean-extract-openjdk): Likewise for clean-patch and
 	clean-patch-fsg.



More information about the distro-pkg-dev mailing list