This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: assertions
- From: Jeff Sturm <jsturm at one-point dot com>
- To: james_williams <james_williams at optusnet dot com dot au>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 28 Nov 2001 09:19:54 -0500 (EST)
- Subject: Re: assertions
On Thu, 29 Nov 2001, james_williams wrote:
> Any plans to include the "assert" keyword into GCJ?
>
> How bout generics?
Once these features fully become part of the java language (is there a
specification online?) there is a good chance someone will contribute them
to gcj some day.
> I'm only asking because I'm looking at writing "yet another environment"
> for linux using gcj.
An alternative is to use another bytecode compiler (jikes, javac) and gcj
to compile bytecode->native until gcj supports the language features you
need.
Jeff