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 169367 - AWT thread blocked for 3172 ms.
Summary: AWT thread blocked for 3172 ms.
Status: RESOLVED DUPLICATE of bug 172381
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-07-28 18:15 UTC by _ alexlamsl
Modified: 2009-10-23 10:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 154385


Attachments
nps snapshot (19.68 KB, bin/nps)
2009-07-28 18:15 UTC, _ alexlamsl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ alexlamsl 2009-07-28 18:15:39 UTC
Build: NetBeans IDE Dev (Build 200907250201)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
alexlamsl: IDE startup, 6 Java source files, 4 projects under Subversion


Maximum slowness yet reported was 3172 ms, average is 3172
Comment 1 _ alexlamsl 2009-07-28 18:15:50 UTC
Created attachment 85369 [details]
nps snapshot
Comment 2 Vitezslav Stejskal 2009-07-29 10:00:00 UTC
Jardo, what is the relation between the numbers in "Maximum slowness yet reported was 3172 ms, average is 3172" and the
number of ms spent in AWT-EventQueue-1 thread as shown in the profiler snapshot itself (eg in this case its 1889ms).

Regarding this report, I'm not quite sure what was blocked and how serious this problem is. The IDE was simply painting
the editors and creating all highlighting layers needed for the painting.
Comment 3 Vitezslav Stejskal 2009-10-23 10:55:52 UTC
Highlighting layers are now initialized outside of AWT thread and prior the editor pane is shown on the screen.

*** This issue has been marked as a duplicate of 172381 ***