hotspot/src/share/vm/runtime/vframe.hpp
changeset 35542 9dccb7f9f656
parent 34280 72bfaaffee36
child 38133 78b95467b9f1
equal deleted inserted replaced
35541:cba047a086d5 35542:9dccb7f9f656
   404     // that could lead to crashes in product mode.
   404     // that could lead to crashes in product mode.
   405     // Therefore, do not use the decode offset if invalid, but fill the frame
   405     // Therefore, do not use the decode offset if invalid, but fill the frame
   406     // as it were a native compiled frame (no Java-level assumptions).
   406     // as it were a native compiled frame (no Java-level assumptions).
   407 #ifdef ASSERT
   407 #ifdef ASSERT
   408     if (WizardMode) {
   408     if (WizardMode) {
       
   409       ttyLocker ttyl;
   409       tty->print_cr("Error in fill_from_frame: pc_desc for "
   410       tty->print_cr("Error in fill_from_frame: pc_desc for "
   410                     INTPTR_FORMAT " not found or invalid at %d",
   411                     INTPTR_FORMAT " not found or invalid at %d",
   411                     p2i(_frame.pc()), decode_offset);
   412                     p2i(_frame.pc()), decode_offset);
   412       nm()->print();
   413       nm()->print();
   413       nm()->method()->print_codes();
   414       nm()->method()->print_codes();