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

Summary: 51s in EditorRegistry.propertyChange, blocked by DataObject.find in SwitchLookup
Product: platform Reporter: kvspb
Component: Data SystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: adam_myatt, ads_green, antyblin, aquaglia, arturgrigor, ehsaniara, gorrus, klauern, krissco, marcotts, mchl, misterm, ouardisoft, romilsonpc, ruz, serendev, simpatico, tnleeuw, TobiasKranz
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171605
Attachments: nps snapshot

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 ***