hotspot/src/share/vm/opto/runtime.cpp
changeset 24424 2658d7834c6e
parent 24328 bddefb356fba
child 24429 4efc66ee325c
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
  1391   } else if (blob->is_runtime_stub()) {
  1391   } else if (blob->is_runtime_stub()) {
  1392     tty->print("<runtime-stub>");
  1392     tty->print("<runtime-stub>");
  1393   } else {
  1393   } else {
  1394     tty->print("<unknown>");
  1394     tty->print("<unknown>");
  1395   }
  1395   }
  1396   tty->print(" at " INTPTR_FORMAT,  exception_pc);
  1396   tty->print(" at " INTPTR_FORMAT,  p2i(exception_pc));
  1397   tty->print_cr("]");
  1397   tty->print_cr("]");
  1398 }
  1398 }
  1399 
  1399 
  1400 #endif  // PRODUCT
  1400 #endif  // PRODUCT
  1401 
  1401