src/hotspot/share/opto/output.cpp
changeset 53975 b31780c0c4c9
parent 52900 2998e6d76879
child 54960 e46fe26d7f77
equal deleted inserted replaced
53974:c9f2b71057c1 53975:b31780c0c4c9
  1554                    is_osr_compilation()    ? " compile_kind='osr'" :
  1554                    is_osr_compilation()    ? " compile_kind='osr'" :
  1555                    "");
  1555                    "");
  1556       }
  1556       }
  1557       if (method() != NULL) {
  1557       if (method() != NULL) {
  1558         method()->print_metadata();
  1558         method()->print_metadata();
       
  1559       } else if (stub_name() != NULL) {
       
  1560         tty->print_cr("Generating RuntimeStub - %s", stub_name());
  1559       }
  1561       }
  1560       dump_asm(node_offsets, node_offset_limit);
  1562       dump_asm(node_offsets, node_offset_limit);
  1561       if (xtty != NULL) {
  1563       if (xtty != NULL) {
  1562         // print_metadata and dump_asm above may safepoint which makes us loose the ttylock.
  1564         // print_metadata and dump_asm above may safepoint which makes us loose the ttylock.
  1563         // Retake lock too make sure the end tag is coherent, and that xmlStream->pop_tag is done
  1565         // Retake lock too make sure the end tag is coherent, and that xmlStream->pop_tag is done