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 221169 - CompilationInfo held in memory
Summary: CompilationInfo held in memory
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 220877
  Show dependency tree
 
Reported: 2012-10-31 11:35 UTC by Tomas Hurka
Modified: 2012-11-01 02:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Path to GC root (4.27 KB, text/plain)
2012-10-31 11:35 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2012-10-31 11:35:20 UTC
Created attachment 126848 [details]
Path to GC root

Last CompilationInfo is held in memory my css.editor module. See attached path to GC root.
Comment 1 Tomas Hurka 2012-10-31 13:19:16 UTC
Fixed in profiler-main.

changeset:   237692:23f6ee830331
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Oct 31 14:15:03 2012 +0100
summary:     bugfix #221169, do not hold last CompilationInfo in featureCancel - nullify it at the end of run() method
Comment 2 Quality Engineering 2012-11-01 02:40:41 UTC
Integrated into 'main-golden', will be available in build *201211010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/23f6ee830331
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #221169, do not hold last CompilationInfo in featureCancel - nullify it at the end of run() method