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 46467

Summary: Many identical HashMaps in javax.jmi.model.MultiplicityType$Impl
Product: java Reporter: _ rkubacki <rkubacki>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: issues
Priority: P4 Keywords: PERFORMANCE
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ rkubacki 2004-07-22 22:16:04 UTC
Instances of javax.jmi.model.MultiplicityType$Impl
have a field values defined in superclass
StructImpl  that is always populated with the same
content of five (shared) string values. But there
is only 100-300 instance so it keeps
40+32+5*24=192 bytes per instance. 

also the distribution in map is not good - all
items falls into two buckets.

If it is not easy to fix better to forgot about this.
Comment 1 Jaroslav Tulach 2008-10-24 09:37:07 UTC
not really used anymore.