It is so common for pointers to be not on heap that
it is pointless to print this information.

Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 jit/trace-jit.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/jit/trace-jit.c b/jit/trace-jit.c
index 07dd84a..2caa1c9 100644
--- a/jit/trace-jit.c
+++ b/jit/trace-jit.c
@@ -524,11 +524,6 @@ static void print_arg(enum vm_type arg_type, const 
unsigned long *args,
                        goto out;
                }
 
-               if (!is_on_heap((unsigned long)obj)) {
-                       trace_printf("*** pointer not on heap ***");
-                       trace_flush();
-               }
-
                if (obj->class == vm_java_lang_String) {
                        char *str;
                        int len;
-- 
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