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 50483 - Empty HasmHaps in StorableClass objects
Summary: Empty HasmHaps in StorableClass objects
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-10-15 14:51 UTC by _ rkubacki
Modified: 2004-11-27 22:16 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 _ rkubacki 2004-10-15 14:51:02 UTC
It seems to me that StorableClass.clAttrValues and
StorableClass.clAttrDesc is always empty. Each
empty HashMap takes 40(HashMap)+80(table with 16
elements) bytes and there are 30-100 instances of
this class.
Comment 1 Martin Matula 2004-11-27 22:16:46 UTC
Fixed.

Checking in src/org/netbeans/mdr/storagemodel/StorableClass.java;
/cvs/mdr/src/org/netbeans/mdr/storagemodel/StorableClass.java,v  <-- 
StorableClass.java
new revision: 1.39; previous revision: 1.38
done