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 232267 - Slowness detected
Summary: Slowness detected
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords: PERFORMANCE
: 230775 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-04 13:35 UTC by Tomas Mysik
Modified: 2015-01-05 23:33 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198071


Attachments
nps snapshot (116.37 KB, application/nps)
2013-09-14 14:50 UTC, scanti
Details
nps snapshot (91.81 KB, application/nps)
2013-12-18 09:43 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2013-07-04 13:35:11 UTC
Discovered while investigating issue #225419 that these snapshots belongs to this area. The snapshots can be found in Exception Report URL, please evaluate them, thanks.

snapshot-662441:
org.netbeans.modules.apisupport.project.universe.ModuleList.scanJars()	99.24911	30 450 ms (99,2%)	30 450 ms
Scanning JARs under write lock.

snapshot-670812:
org.netbeans.modules.apisupport.project.universe.ModuleList.scanJars()	79.44007	10 001 ms (79,4%)	10 001 ms
Scanning JARs under write lock.

snapshot-677039:
org.netbeans.modules.apisupport.project.universe.ModuleList.scanJars()	98.41134	42 497 ms (98,4%)	42 497 ms
Scanning JARs under write lock.
Comment 1 Martin Kozeny 2013-07-19 14:24:17 UTC
According to first snapshot: probably awt is waiting on read mutex in Opening Projects thread with writeAccess mutex - there is invoked method findBinaryNBMFiles() so many times (259x) and inside method isFile() almost 400 times...Rest ones are similar but awt is waiting for writeAccess...
Comment 2 Martin Kozeny 2013-07-23 08:30:50 UTC
*** Bug 230775 has been marked as a duplicate of this bug. ***
Comment 3 scanti 2013-09-14 14:50:59 UTC
Created attachment 140084 [details]
nps snapshot

I deleted a newly create Netbeans Module Project
Comment 4 scanti 2013-12-18 09:43:07 UTC
Created attachment 143292 [details]
nps snapshot

Found this in the Notifications TopCOmponent