This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Check for null arguments when interpreting static methods
- From: Tom Tromey <tromey at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: 09 Apr 2007 14:06:09 -0600
- Subject: Re: [RFA] Check for null arguments when interpreting static methods
- References: <461A7A0D.8020500@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
Kyle> 2007-04-09 Kyle Galloway <kgallowa@redhat.com>
Kyle> * interpret-run.cc: If debugging, check if args is NULL before
Kyle> getting the "this" pointer.
Ok, thanks.
Tom