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 236855 - org.netbeans.api.project.FileOwnerQuery.getInstances: LowPerformance took 24056 ms.
Summary: org.netbeans.api.project.FileOwnerQuery.getInstances: LowPerformance took 240...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-10-07 23:04 UTC by Exceptions Reporter
Modified: 2013-10-08 10:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168781


Attachments
nps snapshot (39.27 KB, application/nps)
2013-10-07 23:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-10-07 23:04:19 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
GUEST: Opened a simple file reading and writing program

GUEST: ?????? IDE ? ????????? ??????



Maximum slowness yet reported was 24056 ms, average is 8629
Comment 1 Exceptions Reporter 2013-10-07 23:04:20 UTC
Created attachment 140873 [details]
nps snapshot
Comment 2 Milos Kleint 2013-10-08 10:10:02 UTC
main-class-updater and other treads thread is stuck in native level IO (reading zip file, classloading), while it's not entirely clear what AWT is waiting for, it could be the project mutex read access, but I haven't found any other thread holding the write access for project mutex.

closings as wontfix, not clear what is supposed to be fixed, slow classloading IO is unfixable.