This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: readObject memory consumption
- From: Tom Tromey <tromey at redhat dot com>
- To: Nicolás Ernesto Kuzminski <nkuzminski at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 30 Nov 2004 15:16:41 -0700
- Subject: Re: readObject memory consumption
- References: <dfe7d5d204113011494dcdd64f@mail.gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Nicolás" == Nicolás Ernesto Kuzminski <nkuzminski@gmail.com> writes:
Nicolás> This is a very much simplified situation than the one
Nicolás> I'm working on, but is enough to show the problem. Any ideas?
I don't think I was aware of this as a problem. Filing a PR, with the
test case (and preferably some data on our memory use and how it
compares to, say, the JDK) would be helpful.
I'm afraid your best bet for getting this fixed soon would be to debug
it yourself. Nobody seems to be actively hacking on serialization at
the moment.
Tom