This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JVMTI] _Jv_Malloc cleanup
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 20 Sep 2006 17:56:12 -0600
- Subject: Re: [RFA/JVMTI] _Jv_Malloc cleanup
- References: <4511D5A6.1020505@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> Earlier Tom mentioned something about the _Jv_Malloc mess in
Keith> jvmti.cc. This patch changes all the calls to _Jv_Malloc to use
Keith> _Jv_MallocUnchecked and returns JVMTI_ERROR_OUT_OF_MEMORY when the
Keith> malloc fails.
Keith> Okay?
Yes, thanks.
Tom