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 30420 - Massive memory leak in Actions
Summary: Massive memory leak in Actions
Status: CLOSED DUPLICATE of bug 30419
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2003-01-28 11:56 UTC by Petr Nejedly
Modified: 2008-12-22 17:54 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 Petr Nejedly 2003-01-28 11:56:45 UTC
During separation of openide, you've changed
registration of keymapListeners in o.o.awt.Actions
from being WeakListeners on Actions$GlobalKeymapL
to strong wrapped Observers on NbKeymap.
This causes severe memory leak as every
constructed Bridge is then strongly referenced
from NbKeymap.
Comment 1 _ ttran 2003-01-28 12:07:59 UTC

*** This issue has been marked as a duplicate of 30419 ***
Comment 2 Marian Mirilovic 2003-07-22 15:41:52 UTC
verified, closed - it's duplicate.