src/hotspot/share/opto/output.cpp
changeset 57952 5021d91ba9bd
parent 55341 c63b9b87c28a
child 58516 d376d86b0a01
--- a/src/hotspot/share/opto/output.cpp	Thu Aug 29 10:52:21 2019 -0700
+++ b/src/hotspot/share/opto/output.cpp	Fri Aug 30 00:03:10 2019 +0200
@@ -1569,13 +1569,13 @@
                    "");
       }
       if (method() != NULL) {
-        tty->print_cr("----------------------------------- MetaData -----------------------------------");
+        tty->print_cr("----------------------- MetaData before Compile_id = %d ------------------------", compile_id());
         method()->print_metadata();
       } else if (stub_name() != NULL) {
         tty->print_cr("----------------------------- RuntimeStub %s -------------------------------", stub_name());
       }
       tty->cr();
-      tty->print_cr("--------------------------------- OptoAssembly ---------------------------------");
+      tty->print_cr("------------------------ OptoAssembly for Compile_id = %d -----------------------", compile_id());
       dump_asm(node_offsets, node_offset_limit);
       tty->print_cr("--------------------------------------------------------------------------------");
       if (xtty != NULL) {