< prev index next >

src/hotspot/share/opto/output.cpp

Print this page

        

@@ -1567,11 +1567,11 @@
         xtty->head("opto_assembly compile_id='%d'%s", compile_id(),
                    is_osr_compilation()    ? " compile_kind='osr'" :
                    "");
       }
       if (method() != NULL) {
-        tty->print_cr("----------------------------------- MetaData -----------------------------------");
+        tty->print_cr("--------------------- MetaData for Last Normal Compilation ---------------------");
         method()->print_metadata();
       } else if (stub_name() != NULL) {
         tty->print_cr("----------------------------- RuntimeStub %s -------------------------------", stub_name());
       }
       tty->cr();
< prev index next >