This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: GCJ Bug accessing field of inner class (gcc version 2.97 2001 0117)
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Subject: Re: GCJ Bug accessing field of inner class (gcc version 2.97 2001 0117)
- From: Tom Tromey <tromey at redhat dot com>
- Date: 23 Jan 2001 16:17:27 -0700
- Cc: "'Mark Wielaard'" <mark at klomp dot org>, Barnet Wagman <wagman at enteract dot com>, java-discuss at sources dot redhat dot com
- References: <140D21516EC2D3119EE700902787664401E3A84F@hplex1.hpl.hp.com>
- Reply-To: tromey at redhat dot com
>>>>> "Hans" == Boehm, Hans <hans_boehm@hp.com> writes:
Hans> The "Out of Memory" message is a warning from inside the garbage
Hans> collector. I believe it means what it says, though that might
Hans> be caused by an absurdly large memory request. However, this
Hans> information should also subsequently be turned into an
Hans> exception. (Ideally, there should be a Java API for turning off
Hans> such warning messages. Currently, I believe there is only a C
Hans> level API.)
We should probably disable the message by default and then only
re-enable it if some property is defined. Comments on this?
Tom