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 184613 - 32s in java.j2seplatform.libraries.J2SELibrarySourceForBinaryQuery.getNormalizedURL()
Summary: 32s in java.j2seplatform.libraries.J2SELibrarySourceForBinaryQuery.getNormali...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE
: 196600 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-04-21 13:31 UTC by Exceptions Reporter
Modified: 2012-06-07 17:41 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168324


Attachments
nps snapshot (47.96 KB, application/nps)
2010-04-21 13:31 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-04-21 13:31:17 UTC
This issue was reported manually by jlahoda.
It already has 1 duplicates 


Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP
Maximum slowness yet reported was 32625 ms, average is 32625
Comment 1 Exceptions Reporter 2010-04-21 13:31:22 UTC
Created attachment 97802 [details]
nps snapshot
Comment 2 David Strupl 2010-07-26 13:12:10 UTC
Can someone from the platoform team please evaluate this one?
Comment 3 Jaroslav Tulach 2010-07-26 13:38:11 UTC
One call to 

org.netbeans.modules.java.j2seplatform.libraries.J2SELibrarySourceForBinaryQuery.getNormalizedURL()

seems to generate 80 disk touches. I am araid this can't fit into 100ms boundary. Either pre-compute or move outside of AWT.
Comment 4 Tomas Zezula 2010-10-18 16:31:56 UTC
Fixed jet-main fa698f01b1b7
Fixed jet-main b3d0bc07e492
Comment 5 Jan Lahoda 2012-06-07 17:41:59 UTC
*** Bug 196600 has been marked as a duplicate of this bug. ***