This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PR libgcj/25265: Throw NoSuchMethodError for missing methods
- From: Andrew Haley <aph at redhat dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Tue, 6 Dec 2005 19:58:37 +0000
- Subject: Re: PR libgcj/25265: Throw NoSuchMethodError for missing methods
- References: <17301.56409.953013.113962@zapata.pink>
Andrew Haley writes:
> This adds a new method to every class that is invoked when we try to
> invoke a nonexistent method. I've made it package private, which I
> think is right: opinions welcomed.
Rewrite:
"This patch adds a new method to every class. This method is invoked
when we try to invoke a nonexistent method."
Andrew.