8219919: RuntimeStub name lost with PrintFrameConverterAssembly
authorjiefu
Fri, 01 Mar 2019 10:00:03 -0800
changeset 53975 b31780c0c4c9
parent 53974 c9f2b71057c1
child 53976 5d97784f08bf
8219919: RuntimeStub name lost with PrintFrameConverterAssembly Reviewed-by: kvn
src/hotspot/share/opto/output.cpp
--- a/src/hotspot/share/opto/output.cpp	Fri Mar 01 09:42:04 2019 -0800
+++ b/src/hotspot/share/opto/output.cpp	Fri Mar 01 10:00:03 2019 -0800
@@ -1556,6 +1556,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) {