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 165088 - Memory leak in OQLEditor
Summary: Memory leak in OQLEditor
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-13 16:21 UTC by Tomas Hurka
Modified: 2009-05-20 07:23 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 Tomas Hurka 2009-05-13 16:21:46 UTC
Steps:
1) Open a few heap dumps in heapwalker
2) close all heap dumps
3) take heap dump 
4) Every instance of HprofHeap is held in memory probably by OQLEditor
Comment 1 Tomas Hurka 2009-05-15 14:50:52 UTC
Fixed in profiler-main.
changeset:   131487:ea223d3971e2
user:        Tomas Hurka <thurka@netbeans.org>
date:        Fri May 15 14:50:40 2009 +0200
summary:     bugfix #165088, use WeakListeners.propertyChange() when registering property change listener to OQLEditorImpl

Comment 2 Quality Engineering 2009-05-20 07:23:37 UTC
Integrated into 'main-golden', will be available in build *200905200201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ea223d3971e2
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #165088, use WeakListeners.propertyChange() when registering property change listener to OQLEditorImpl