This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 252175 - Locks: UI updated outside of EDT
Summary: Locks: UI updated outside of EDT
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-30 08:33 UTC by Jiri Sedlacek
Modified: 2015-05-07 03:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2015-04-30 08:33:43 UTC
javax.swing.JComponent.repaint(JComponent.java:4798)
  ...
  org.netbeans.lib.profiler.ui.swing.ProfilerTreeTable$TableModelImpl$1.rootChanged(ProfilerTreeTable.java:470)
  org.netbeans.lib.profiler.ui.swing.ProfilerTreeTableModel$Abstract.fireRootChanged(ProfilerTreeTableModel.java:127)
  org.netbeans.lib.profiler.ui.swing.ProfilerTreeTableModel$Abstract.setRoot(ProfilerTreeTableModel.java:93)
  org.netbeans.lib.profiler.ui.locks.LockContentionPanel.resetData(LockContentionPanel.java:407)
  org.netbeans.lib.profiler.ui.locks.LockContentionPanel$Listener.cctReset(LockContentionPanel.java:422)
  org.netbeans.lib.profiler.results.BaseCallGraphBuilder.fireCCTReset(BaseCallGraphBuilder.java:186)
  org.netbeans.lib.profiler.results.BaseCallGraphBuilder.reset(BaseCallGraphBuilder.java:134)
  ...
  org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2038)
Comment 1 Jiri Sedlacek 2015-04-30 08:36:05 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/bfddce2d955e.
Comment 2 Quality Engineering 2015-05-07 03:27:32 UTC
Integrated into 'main-silver', will be available in build *201505070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bfddce2d955e
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #252175, do not update UI off the EDT (LockContentionPanel, ThreadsSelector)