On Thu, Jul 15, 1999 at 11:13:19AM +0200, Juergen Kreileder wrote:
> >>>>> Oktay Akbal writes:
>
> Oktay> I think there is a Bug in the implementation of the conditional
> Oktay> (ternary) operator in the latest jdk1.2 for linux.
>
> It's a known bug in the JIT compiler (sunwjit). Turn the JIT off and
> it will work.
>
>
> Juergen
>
wow, this IS scary! who knows where in our code these kind of bugs can
mess up the results ?
btw: the following is also wrong:
int x=6;
double d=7.7;
System.out.println( (x>d) );
> true
with the JIT on and JDK1.2 .
when will (will it?) this be fixed ?
i mean is there a date set for this fix ?
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]