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 128265 - Memory leak when create/close NbModuleProject
Summary: Memory leak when create/close NbModuleProject
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: PERFORMANCE, TEST
Depends on:
Blocks:
 
Reported: 2008-02-24 20:53 UTC by Oleg Khokhlov
Modified: 2008-03-19 14:59 UTC (History)
1 user (show)

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 Oleg Khokhlov 2008-02-24 20:53:56 UTC
junit.framework.AssertionFailedError: GC results:  Project:
private static org.netbeans.modules.javadoc.search.JavadocRegistry
org.netbeans.modules.javadoc.search.JavadocRegistry.INSTANCE->
org.netbeans.modules.javadoc.search.JavadocRegistry@7b8e5-classpaths->
java.util.HashSet@30dbd3-map->
java.util.HashMap@c48dbd-table->
[Ljava.util.HashMap$Entry;@868cdb-[9]->
java.util.HashMap$Entry@f74267-key->
org.netbeans.api.java.classpath.ClassPath@1176041-impl->
org.netbeans.spi.java.project.classpath.support.ProjectClassPathImplementation@115416b-evaluator->
org.netbeans.modules.apisupport.project.Evaluator@19ff109-project->
org.netbeans.modules.apisupport.project.NbModuleProject@1f07e81
Comment 1 Jan Pokorsky 2008-02-25 13:52:59 UTC
Where can I find the test?
Comment 2 Jan Pokorsky 2008-03-19 14:59:07 UTC
I have tried to reproduce it with the real IDE and VisualVM does not show any leaks. Closing as WORKSFORME. Please
reopen if you have more details.