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 189917 - 51s in EditorRegistry.propertyChange, blocked by DataObject.find in SwitchLookup
Summary: 51s in EditorRegistry.propertyChange, blocked by DataObject.find in SwitchLookup
Status: RESOLVED DUPLICATE of bug 183606
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-08-26 14:05 UTC by kvspb
Modified: 2011-02-18 20:10 UTC (History)
19 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171605


Attachments
nps snapshot (11.02 KB, application/nps)
2010-08-26 14:05 UTC, kvspb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kvspb 2010-08-26 14:05:52 UTC
Build: NetBeans IDE Dev (Build 201008140001)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
tnleeuw: First JSP file opened

GUEST: Switching view on a page with a tpl template, which i still had never watched since the start of this session.



Maximum slowness yet reported was 51734 ms, average is 22723
Comment 1 kvspb 2010-08-26 14:05:58 UTC
Created attachment 101696 [details]
nps snapshot
Comment 2 David Strupl 2010-09-18 18:55:57 UTC
I have checked 2 snapshots and in both the problem was that DataObject.find was called from AWT thread and it was blocked by filesystem call in another thread waiting for native IO.

Passing to the platform team for evaluation.
Comment 3 Jaroslav Tulach 2011-02-18 20:10:15 UTC
YAGL in FolderObj.getChildren() has been fixed as 183606

*** This bug has been marked as a duplicate of bug 183606 ***