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 241602 - Very slow go to type while debugger active
Summary: Very slow go to type while debugger active
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-02-09 15:28 UTC by everflux
Modified: 2016-07-07 07:16 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
self sampler of simple go to type to JDK class "HashMap" (342.58 KB, application/octet-stream)
2014-02-09 15:28 UTC, everflux
Details
go to linked hash map while debugger was stopped (309.64 KB, application/octet-stream)
2014-02-09 15:31 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2014-02-09 15:28:34 UTC
Created attachment 144957 [details]
self sampler of simple go to type to JDK class "HashMap"

See attached self sample.
Go to type "HashMap" of JDK class took about 20 seconds.
Comment 1 everflux 2014-02-09 15:29:06 UTC
Product Version: NetBeans IDE Dev (Build 201402070001)
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b69
Runtime: Java(TM) SE Runtime Environment 1.8.0-b128
System: Linux version 3.11.0-17-generic running on amd64; UTF-8; en_US (nb)
Comment 2 everflux 2014-02-09 15:31:03 UTC
Created attachment 144958 [details]
go to linked hash map while debugger was stopped
Comment 3 Martin Entlicher 2014-02-10 09:51:57 UTC
AWT is waiting for ElementOpen, which does not look good.
Parsing takes 9.5 seconds.
Comment 4 everflux 2014-03-13 10:40:09 UTC
To elaborate on this bug report: It is not related to the debugger as previously thought, but I have no exact steps to reproduce.
Comment 5 Martin Balin 2016-07-07 07:16:22 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss