diff src/share/vm/runtime/stackValue.cpp @ 1938:1aa5b22a7716

Support for custom stack area (needed for deoptimization).
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Mon, 27 Dec 2010 14:22:55 +0100
parents 4853c5cad3aa
children b7fb5f1e0747
line wrap: on
line diff
--- a/src/share/vm/runtime/stackValue.cpp	Thu Dec 23 22:14:31 2010 +0100
+++ b/src/share/vm/runtime/stackValue.cpp	Mon Dec 27 14:22:55 2010 +0100
@@ -116,7 +116,7 @@
 #endif
 #ifndef PRODUCT
       if (!val->is_oop()) {
-        tty->print_cr("found wrong oop %x at location:", val);
+        tty->print_cr("found wrong oop " INTPTR_FORMAT " at location:", val);
         sv->print();
         tty->print_cr("");
         tty->print_cr("one less %d; one more %d", (*(((oop *)value_addr) - 1))->is_oop(), (*(((oop *)value_addr) + 1))->is_oop());