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 207414 - Memory leak in TaskProcessor.finishedRequests
Summary: Memory leak in TaskProcessor.finishedRequests
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-01-17 21:04 UTC by Jesse Glick
Modified: 2016-07-07 07:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-01-17 21:04:08 UTC
Dev build. Closed project held in heap.

this	org.netbeans.modules.apisupport.project.NbModuleProject	#38
project	org.netbeans.modules.apisupport.project.Evaluator	#37
evaluator	org.netbeans.spi.java.project.classpath.support.ProjectClassPathImplementation	#58
[0]	org.netbeans.spi.java.classpath.ClassPathImplementation[]	#50 (2 items)
classPaths	org.netbeans.modules.java.classpath.ProxyClassPathImplementation	#50
[1]	org.netbeans.spi.java.classpath.ClassPathImplementation[]	#34 (2 items)
classPaths	org.netbeans.modules.java.classpath.ProxyClassPathImplementation	#34
impl	org.netbeans.api.java.classpath.ClassPath	#288
bootClassPath	org.netbeans.api.java.source.ClasspathInfo	#2
info	org.netbeans.modules.java.source.parsing.ClassParser	#1
parser	org.netbeans.modules.parsing.impl.SourceCache	#2
cache	org.netbeans.modules.parsing.impl.TaskProcessor$Request	#3
item	java.util.LinkedList$Node	#57938
last	java.util.LinkedList	#6266
value	java.util.WeakHashMap$Entry	#18350
[8]	java.util.WeakHashMap$Entry[]	#566 (16 items)
table	java.util.WeakHashMap	#767
finishedRequests	org.netbeans.modules.parsing.impl.TaskProcessor	class TaskProcessor
Comment 1 Martin Balin 2016-07-07 07:27:29 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