< prev index next >

src/hotspot/share/jvmci/jvmciRuntime.cpp

Print this page

        

*** 553,563 **** cb->print_value_on(tty); return; } if (Universe::heap()->is_in(p)) { oop obj = oop(p); ! obj->print_value_on(tty); return; } tty->print(INTPTR_FORMAT " [long: " JLONG_FORMAT ", double %lf, char %c]",p2i((void *)v), (jlong)v, (jdouble)v, (char)v); } } --- 553,563 ---- cb->print_value_on(tty); return; } if (Universe::heap()->is_in(p)) { oop obj = oop(p); ! oopDesc::print_value_on(tty, obj); return; } tty->print(INTPTR_FORMAT " [long: " JLONG_FORMAT ", double %lf, char %c]",p2i((void *)v), (jlong)v, (jdouble)v, (char)v); } }
< prev index next >