-
Enhancement
-
Resolution: Fixed
-
P3
-
7u15
-
Build: NetBeans IDE 6.8 (Build 200912041610) VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02 OS: Windows XP
-
b72
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135976 | emb-9 | Semyon Sadetsky | P3 | Resolved | Fixed | team |
JFileChooser on windows calls:
com.sun.java.swing.plaf.windows.WindowsFileChooserUI$WindowsFileView.getIcon()
which may get into
sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke()
and block on
java.util.concurrent.FutureTask.get()
https://netbeans.org/bugzilla/show_bug.cgi?id=188001
com.sun.java.swing.plaf.windows.WindowsFileChooserUI$WindowsFileView.getIcon()
which may get into
sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke()
and block on
java.util.concurrent.FutureTask.get()
https://netbeans.org/bugzilla/show_bug.cgi?id=188001
- backported by
-
JDK-8135976 JFileChooser blocks EDT in Win32ShellFolder2.getIcon
- Resolved
- relates to
-
JDK-8300173 Handle E_PENDING result for IExtractIconW::GetIconLocation
- Open