This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gcjx] Patch: FYI: check method argument size
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 17 Jan 2005 10:28:44 -0700
- Subject: Re: [gcjx] Patch: FYI: check method argument size
- References: <m3k6qcx6uz.fsf@localhost.localdomain><csfk5h$br0$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> Note that because of things like auto-boxing in 1.5,
Ranjit> you should either run gcjx with "--source=1.4" or
Ranjit> change Jacks over to accept 1.5 stuff.
Yeah, someone (maybe me) will eventually get around to doing the
latter. We also need to write tests for all the new language
features.
Tom