src/share/vm/interpreter/bytecodeTracer.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/bytecodeTracer.cpp	Thu Jan 16 17:24:39 2014
--- new/src/share/vm/interpreter/bytecodeTracer.cpp	Thu Jan 16 17:24:38 2014

*** 594,603 **** --- 594,603 ---- if (mdo != NULL) { ProfileData* data = mdo->bci_to_data(bci); if (data != NULL) { st->print(" %d", mdo->dp_to_di(data->dp())); st->fill_to(6); ! data->print_data_on(st, mdo); } } } #endif // PRODUCT

src/share/vm/interpreter/bytecodeTracer.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File