Crash in java_lang_Double.c with kissme

2002-02-09 Thread John Leuner
The code in java_lang_Double.c was crashing with my JVM (kissme) because it was failing to recognise the infinity values. The following patch fixes the crash, but there are still many mauve failures (which might be causes by kissme or classpath) The comparison was failing even though the two

Re: Crash in java_lang_Double.c with kissme

2002-02-09 Thread Brian Jones
John Leuner [EMAIL PROTECTED] writes: The code in java_lang_Double.c was crashing with my JVM (kissme) because it was failing to recognise the infinity values. The following patch fixes the crash, but there are still many mauve failures (which might be causes by kissme or classpath) The

Re: Crash in java_lang_Double.c with kissme

2002-02-09 Thread John Leuner
On Sat, Feb 09, 2002 at 02:41:00PM -0500, Brian Jones wrote: John Leuner [EMAIL PROTECTED] writes: The code in java_lang_Double.c was crashing with my JVM (kissme) because it was failing to recognise the infinity values. The following patch fixes the crash, but there are still many