Re: [PATCH] vm: ArithmeticException throwing from SIGFPE on division by zero.

2009-05-28 Thread Pekka Enberg
On Thu, 2009-05-28 at 13:15 +0200, Tomek Grabiec wrote: > Signed-off-by: Tomek Grabiec Both patches have been applied. Thanks! -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of t

[PATCH] vm: ArithmeticException throwing from SIGFPE on division by zero.

2009-05-28 Thread Tomek Grabiec
Signed-off-by: Tomek Grabiec --- regression/jvm/ExceptionsTest.java | 59 vm/signal.c| 25 +++ 2 files changed, 84 insertions(+), 0 deletions(-) diff --git a/regression/jvm/ExceptionsTest.java b/regression/jvm/Excepti