src/share/vm/runtime/thread.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/thread.cpp	Wed Oct 19 08:37:11 2011
--- new/src/share/vm/runtime/thread.cpp	Wed Oct 19 08:37:11 2011

*** 2916,2926 **** --- 2916,2926 ---- } if (validate_only) { values.validate(); } else { tty->print_cr("[Describe stack layout]"); ! values.print(this); } } #endif void JavaThread::trace_stack_from(vframe* start_vf) {

src/share/vm/runtime/thread.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File