This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Generic Java/ Assertion/ #ifdef DEBUG #endif
- To: Yu Qian Zhou <Yu dot Qian dot Zhou at comlab dot ox dot ac dot uk>
- Subject: Re: Generic Java/ Assertion/ #ifdef DEBUG #endif
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Tue, 20 Feb 2001 14:05:55 +1300
- CC: java at gcc dot gnu dot org
- References: <Pine.GSO.4.02.10012141725001.18041-100000@elf.comlab>
Yu Qian Zhou wrote:
> Can anyone tell me if any of these things will be supportted in gcj?
1. I have not yet seen the draft specification for generic types,
although it apparantly exists according to this URL:
http://java.sun.com/aboutJava/communityprocess/jsr/jsr_014_gener.html
(I see a familiar name on the "expert group", so I'm sure it is in good
hands ;-)
If and when generic types become part of the language specification,
then we will definatly want to support them. However, I suspect it may
require substantial re-engineering of the compiler in order to do so,
so don't hold your breath.
2. As far as I know, the assertions specification is still in draft
form. When it becomes part the language specification, or Sun releases
a javac that supports it, we will probibly add support for it.
3. No. (but you are free to use a preprocessor if you really want).
regards
[ bryce ]