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 219746 - Memory leak in org.netbeans.modules.javawebstart.ui.customizer.JWSProjectProperties
Summary: Memory leak in org.netbeans.modules.javawebstart.ui.customizer.JWSProjectProp...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Java Webstart (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Petr Somol
URL:
Keywords: PERFORMANCE
Depends on: 219827
Blocks:
  Show dependency tree
 
Reported: 2012-10-09 11:30 UTC by Petr Cyhelsky
Modified: 2012-11-10 20:12 UTC (History)
2 users (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 Petr Cyhelsky 2012-10-09 11:30:35 UTC
Instance of org.netbeans.modules.java.j2seproject.J2SEProject is held by org.netbeans.modules.javawebstart.ui.customizer.JWSProjectProperties - for details see the heapdump at http://netbeans.org/projects/performance/downloads/download/heapdumps/heapdump_mem_leak.zip
Comment 1 Petr Somol 2012-11-10 20:12:16 UTC
fixed by the fix to Issue #219827.

in jetmain:
http://hg.netbeans.org/jet-main/rev/569ba1b5a7c2

Note that the changeset includes changes in both WebStart and FX Project modules (JFXProjectProperties and JWSProjectProperties lifecycle and persistence mechanism is changed considerably) in order to fix the memory leak that was present in both of them.