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 235177 - 30s in classloading & META-INF/services loading
Summary: 30s in classloading & META-INF/services loading
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
: 242133 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-08-28 14:04 UTC by Exceptions Reporter
Modified: 2014-11-18 11:56 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202725


Attachments
nps snapshot (36.47 KB, application/nps)
2013-08-28 14: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-08-28 14:04:42 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: pimp my ride !

GUEST: Just I start my IDE

GUEST: Just starting up the UI usually takes around 30 seconds



Maximum slowness yet reported was 30590 ms, average is 20057
Comment 1 Exceptions Reporter 2013-08-28 14:04:44 UTC
Created attachment 139376 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2013-11-20 09:44:11 UTC
Looking at http://statistics.netbeans.org/exceptions/exception.do?id=699664

30s in org.netbeans.ModuleManager$SystemClassLoader.loadClass()	is blocked by at least 24s in "ErrorAnnotation worker" waiting to load a META-INF/services resource. There is also "main-class-updater" loading something from ZIP files, but probably unrelated.

Not sure what to do about this.
Comment 3 Jaroslav Tulach 2014-05-02 06:31:59 UTC
*** Bug 242133 has been marked as a duplicate of this bug. ***
Comment 4 Jaroslav Tulach 2014-11-18 11:56:48 UTC
Slow I/O in
http://statistics.netbeans.org/exceptions/exception.do?id=751521
trying 11s to open a single ZIP file...