Details
-
Bug
-
Resolution: Fixed
-
P3
-
7u51, 8, 9
-
b22
-
windows_7
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8071255 | 8u60 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8063723 | 8u45 | Petr Pchelko | P3 | Resolved | Fixed | b01 |
JDK-8048861 | 8u40 | Petr Pchelko | P3 | Resolved | Fixed | b01 |
JDK-8064957 | 8u31 | Petr Pchelko | P3 | Resolved | Fixed | b09 |
JDK-8070174 | emb-8u47 | Unassigned | P3 | Resolved | Fixed | team |
JDK-8065247 | emb-8u33 | Petr Pchelko | P3 | Resolved | Fixed | b03 |
JDK-8072256 | 7u85 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8055398 | 7u80 | Alexey Ivanov | P3 | Resolved | Fixed | b03 |
JDK-8065285 | 7u79 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8065142 | 7u76 | Alexey Ivanov | P3 | Resolved | Fixed | b09 |
JDK-8064958 | 7u75 | Alexey Ivanov | P3 | Resolved | Fixed | b09 |
Description
Exception in thread "AWT-EventQueue-1" java.lang.NullPointerException
at sun.awt.SunToolkit.getSystemEventQueueImplPP(Unknown Source)
at sun.awt.SunToolkit.getSystemEventQueueImplPP(Unknown Source)
at sun.awt.SunToolkit.getSystemEventQueueImpl(Unknown Source)
at java.awt.Toolkit.getEventQueue(Unknown Source)
at java.awt.EventQueue.isDispatchThread(Unknown Source)
at javax.swing.SwingUtilities.isEventDispatchThread(Unknown Source)
at javax.swing.JComponent.revalidate(Unknown Source)
at javax.swing.JTable.resizeAndRepaint(Unknown Source)
at javax.swing.JTable.sortedTableChanged(Unknown Source)
at javax.swing.JTable.sorterChanged(Unknown Source)
at javax.swing.RowSorter.fireRowSorterChanged(Unknown Source)
at javax.swing.RowSorter.fireRowSorterChanged(Unknown Source)
at javax.swing.DefaultRowSorter.sort(Unknown Source)
at sun.swing.FilePane$DetailsTableRowSorter.access$1601(Unknown Source)
at sun.swing.FilePane$DetailsTableRowSorter$1.call(Unknown Source)
at sun.swing.FilePane$DetailsTableRowSorter$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Attachments
Issue Links
- backported by
-
JDK-8048861 Sorting columns in JFileChooser fails with AppContext NPE
- Resolved
-
JDK-8055398 Sorting columns in JFileChooser fails with AppContext NPE
- Resolved
-
JDK-8063723 Sorting columns in JFileChooser fails with AppContext NPE
- Resolved
-
JDK-8064957 Sorting columns in JFileChooser fails with AppContext NPE
- Resolved
-
JDK-8064958 Sorting columns in JFileChooser fails with AppContext NPE
- Resolved
-
JDK-8065142 Sorting columns in JFileChooser fails with AppContext NPE
- Resolved
-
JDK-8065247 Sorting columns in JFileChooser fails with AppContext NPE
- Resolved
-
JDK-8065285 Sorting columns in JFileChooser fails with AppContext NPE
- Resolved
-
JDK-8070174 Sorting columns in JFileChooser fails with AppContext NPE
- Resolved
-
JDK-8071255 Sorting columns in JFileChooser fails with AppContext NPE
- Resolved
-
JDK-8072256 Sorting columns in JFileChooser fails with AppContext NPE
- Resolved
- relates to
-
JDK-8051359 [headless] JPopupMenu creation in headless mode with JDK9b23 causes NPE
- Closed
-
JDK-8143287 SwingUtilities API call throws NPE with JRE 1.8.0_51
- Closed