[rfc][icedtea-web] awt threads cant stop with console enabled

Jiri Vanek jvanek at redhat.com
Thu Nov 7 01:33:42 PST 2013


After console ressurection, the console window was never disposed, so jvm never terminated without 
system. exit(). This patch is handling it.
Backport to  1.4 should not be necessary as in 1.4 console is shown only for plugin, and 
plugin.terminate is killing jvm quite successfully. However backport is possible if reviewer thinks 
differently.

2013-11-07  Jiri Vanek  <jvanek at redhat.com>

	Fixed deadlock in awt threads. JavaConsole window is no disposed instead of hidden.
	* netx/net/sourceforge/jnlp/util/logging/JavaConsole.java: (lastSize) new
	global variable to remember last size of window.(contentPanel) moved from
	local to global scope. (initializeWindow) extracted from (initialize), is
	handling creation and filling of window. (showConsole) is now initializing
	window, and (hideConsole) is disposing it.
	* netx/net/sourceforge/jnlp/util/logging/OutputController.java: messageQueConsumer
	thread is now named, and its wait, have timeout.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: removedAwtDeadlock.patch
Type: text/x-patch
Size: 4433 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20131107/8547bb78/removedAwtDeadlock-0001.patch 


More information about the distro-pkg-dev mailing list