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

Summary: Very slow go to type while debugger active
Product: java Reporter: everflux <everflux>
Component: SourceAssignee: Svata Dedic <sdedic>
Status: RESOLVED WONTFIX    
Severity: normal CC: markiewb, mentlicher
Priority: P3 Keywords: PERFORMANCE
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: self sampler of simple go to type to JDK class "HashMap"
go to linked hash map while debugger was stopped

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