Bug 19036 - readObject memory consumption
Summary: readObject memory consumption
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: 4.0.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-16 15:03 UTC by Nicolás E. Kuzminski
Modified: 2005-07-23 22:49 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Testcase showin big memory consumption on the readObject part (324 bytes, text/plain)
2004-12-16 15:05 UTC, Nicolás E. Kuzminski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolás E. Kuzminski 2004-12-16 15:03:13 UTC
I'm using the 4.0 Windows port downloaded from
http://www.thisiscool.com/gcc_mingw.htm. It has been very useful for
me, since the libjcj in 4.0 is way more complete than the one on the
current releases. And I'm also using SWT and other things that works
out of the box on this special release.
But now I'm facing this issue, wich I don't know if it happens on the
current snapshots. Really, I've tried a bit to build the snapshots,
and failed. I lack the experience to do it.
So, here it is. The problem is the big memory consumption  that the
readObject part of the testcase shows (Just see it on the
Task Manager). This is a very much simplified situation than the one
I'm working on, but is enough to show the problem.  Any ideas?
Comment 1 Nicolás E. Kuzminski 2004-12-16 15:05:31 UTC
Created attachment 7759 [details]
Testcase showin big memory consumption on the readObject part
Comment 2 Andrew Pinski 2004-12-16 16:27:39 UTC
Note This version is almost 3 months old.
Comment 3 Andrew Pinski 2004-12-16 23:55:53 UTC
This works for me  on the todays mainline.
Comment 4 Andrew Pinski 2005-01-15 06:04:58 UTC
Closing as fixed as it was fixed for me with a later version of the mainline.