JDK-7157578 : revisit IE LiveConnect performance fix to address applet hang issue found by Citigroup
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 7u4,7u6
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2012-03-28
  • Updated: 2013-12-06
  • Resolved: 2012-04-04
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 JDK 7 JDK 8
6u32Fixed 7u4Fixed 8 b33Fixed
Related Reports
Duplicate :  
Relates :  
Description
the performance fix 7131316 is backed out because it causes a hang with a citibank applet.

we need to revisit and reimplement the perf fix that works in all cases.

Comments
Verified fix using b118
06-12-2013

EVALUATION The problem is due to the fix for 7131316 didn't handle the modal dialog case too well. When a modal dialog is up, it should also process the task(s) already in the queue. Similar code was already in MozillaPlugin class; the hang issue (7156918) isn't applicable to FF browser.
30-03-2012