JDK-2186672 : Regression: applet.destroy() is interrupted with jdk 6u10, run into completion with 6u7
  • Type: Backport
  • Backport of: JDK-6840201
  • Component: deploy
  • Sub-Component: plugin
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2009-12-23
  • Updated: 2011-02-16
  • Resolved: 2009-12-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u17-revFixed
Comments
EVALUATION e realize that some applets need more time to clean up their resources. Since 6u18, we make the stop timeout value configurable through deployment.properties and <applet> parameter (see CR 6862078). Applets can have up to 3000 ms to stop before their threads will be interrupted. *** (#1 of 2): 2009-10-08 14:59:57 EDT ###@###.### new deployment property is deployment.javapi.stop.timeout and can have a value in miliseconds of between 200 and 3000. The applet parameter applet_stop_timeout can also be set to change this value.
01-04-2010

EVALUATION sync from 6u17-rev-b08
23-12-2009