diff -r 0d123ed671cc -r 0c9ed2dfc6a2 hotspot/src/share/vm/runtime/thread.cpp --- a/hotspot/src/share/vm/runtime/thread.cpp Sun Oct 23 23:57:39 2011 -0700 +++ b/hotspot/src/share/vm/runtime/thread.cpp Mon Oct 24 07:53:17 2011 -0700 @@ -2947,7 +2947,7 @@ values.validate(); } else { tty->print_cr("[Describe stack layout]"); - values.print(); + values.print(this); } } #endif