Bug 52384 - OutOfMemoryError opening hierarchy on Object
Summary: OutOfMemoryError opening hierarchy on Object
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M8   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 12:05 EST by Jerome Lanneluc CLA
Modified: 2004-03-25 07:34 EST (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 Jerome Lanneluc CLA 2004-02-18 12:05:48 EST
Build 20040212 + latest JDT Core
JDK 1.4.2

1. Create new workspace
2. Create new Java project
3. Open hierarchy on Object
Observe: you get an OutOfMemoryError while computing the hierarchy
Comment 1 Jerome Lanneluc CLA 2004-02-19 11:05:54 EST
All ClassFileReaders were held in memory. Changed IndexBasedHierarchyBuilder to 
reuse the HierarchyBinaryTypes instead.
Comment 2 Frederic Fusier CLA 2004-03-25 07:34:51 EST
Verified for 3.0 using build I200403250010.
Test done with default memory heap size.