Message6036

Author zyasoft
Recipients gsqfs, zyasoft
Date 2010-09-04.01:00:49
SpamBayes Score 5.296763e-12
Marked as misclassified No
Message-id <1283562050.41.0.541740204799.issue1482@psf.upfronthosting.co.za>
In-reply-to
Content
I was unable to reproduce this problem on trunk. Using a canonical map (using weak keys) instead of intern seems to make sense, but monitoring with JMX doesn't show any difference.

Attached is a patch to use a canonical map that passes regrtest; and my test program that should intern everything, but also will GC since nothing is held - the globals map is clean each time, that is we do

exec stmt in {}
History
Date User Action Args
2010-09-04 01:00:50zyasoftsetmessageid: <1283562050.41.0.541740204799.issue1482@psf.upfronthosting.co.za>
2010-09-04 01:00:50zyasoftsetrecipients: + zyasoft, gsqfs
2010-09-04 01:00:50zyasoftlinkissue1482 messages
2010-09-04 01:00:49zyasoftcreate