Bug 66099 - Persisted container/variable values are leaked throughout a session
Summary: Persisted container/variable values are leaked throughout a session
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 RC2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-08 07:22 EDT by Philipe Mulet CLA
Modified: 2004-06-11 11:50 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2004-06-08 07:22:11 EDT
Build 3.0rc1

In a self-hosting workspace, the set of previousSession container values is 
accounting for ~440K of memory, and once initialized these values are no 
longer necessary. These should be discarded as containers are initialized.
Comment 1 Philipe Mulet CLA 2004-06-08 08:07:58 EDT
Fixed for RC2. Discard previous session values as soon as new value (different 
from init-in-progress) is being stored.
Comment 2 Philipe Mulet CLA 2004-06-08 09:58:47 EDT
Fix is on JavaModelManager#containerPut(...) and JavaModelManager#variablePut
(...).
Comment 3 Olivier Thomann CLA 2004-06-11 11:50:11 EDT
Verified in 200406110010.