changeset 10782:7b3ade0882f4

8219919: RuntimeStub name lost with PrintFrameConverterAssembly Reviewed-by: kvn
author jiefu
date Fri, 01 Mar 2019 10:00:03 -0800
parents 633a3d28d2fe
children c7ef664f8649
files src/share/vm/opto/output.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/opto/output.cpp	Fri Aug 28 07:38:21 2020 +0100
+++ b/src/share/vm/opto/output.cpp	Fri Mar 01 10:00:03 2019 -0800
@@ -1672,6 +1672,8 @@
       }
       if (method() != NULL) {
         method()->print_metadata();
+      } else if (stub_name() != NULL) {
+        tty->print_cr("Generating RuntimeStub - %s", stub_name());
       }
       dump_asm(node_offsets, node_offset_limit);
       if (xtty != NULL) {