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

Summary: Memory leak in TaskProcessor.finishedRequests
Product: editor Reporter: Jesse Glick <jglick>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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