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 242133 - 24s - synchronized call to getResources blocks EDT
Summary: 24s - synchronized call to getResources blocks EDT
Status: RESOLVED DUPLICATE of bug 235177
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-02-20 09:22 UTC by Exceptions Reporter
Modified: 2014-05-02 06:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207552


Attachments
nps snapshot (51.79 KB, application/nps)
2014-02-20 09:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-02-20 09:22:46 UTC
Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7

User Comments:
GUEST: Very slow at startup

GUEST: slowness



Maximum slowness yet reported was 37866 ms, average is 30987
Comment 1 Exceptions Reporter 2014-02-20 09:22:48 UTC
Created attachment 145428 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2014-05-02 06:29:04 UTC
As
http://statistics.netbeans.org/exceptions/exception.do?id=715868
shows, a call to 
org.netbeans.ModuleManager$SystemClassLoader.getResourcesImpl()	
in other thread may block EDT.

No such report from 8.0. Making P4.
Comment 3 Jaroslav Tulach 2014-05-02 06:31:59 UTC
Actually there are such reports from 8.0 - marking duplicate.

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