Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 vm/jni-interface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vm/jni-interface.c b/vm/jni-interface.c
index 0d67fcc..28fac8a 100644
--- a/vm/jni-interface.c
+++ b/vm/jni-interface.c
@@ -692,6 +692,6 @@ bool vm_jni_check_trap(void *ptr)
        if (index < 0 || index >= table_size)
                return false;
 
-       die("JNI handler for index %d not implemented.", index);
+       warn("JNI handler for index %d not implemented.", index);
        return true;
 }
-- 
1.6.0.6


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to