This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: assertion support
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Jesse Rosenstock <jmr at ugcs dot caltech dot edu>, <java at gcc dot gnu dot org>
- Date: Mon, 12 Aug 2002 14:15:18 -0400 (EDT)
- Subject: Re: assertion support
On 12 Aug 2002, Tom Tromey wrote:
> Jesse> Also, what about support in gcj? Would it make sense to be
> Jesse> able to set defaults at compile time, which could be changed at
> Jesse> runtime by a GCJ_ASSERTION_STATUS environment variable?
>
> Yes, adding an option to gcj to allow assertions to be disabled at
> compile-time would be nice. I'm not so sure about the environment
> variable though.
Note that rhug currently doesn't build because jython declares methods
named "assert".
Jeff