8219919: RuntimeStub name lost with PrintFrameConverterAssembly

Fri, 01 Mar 2019 10:00:03 -0800

author
jiefu
date
Fri, 01 Mar 2019 10:00:03 -0800
changeset 9996
7b3ade0882f4
parent 9995
633a3d28d2fe
child 9997
c7ef664f8649

8219919: RuntimeStub name lost with PrintFrameConverterAssembly
Reviewed-by: kvn

src/share/vm/opto/output.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/opto/output.cpp	Fri Aug 28 07:38:21 2020 +0100
     1.2 +++ b/src/share/vm/opto/output.cpp	Fri Mar 01 10:00:03 2019 -0800
     1.3 @@ -1672,6 +1672,8 @@
     1.4        }
     1.5        if (method() != NULL) {
     1.6          method()->print_metadata();
     1.7 +      } else if (stub_name() != NULL) {
     1.8 +        tty->print_cr("Generating RuntimeStub - %s", stub_name());
     1.9        }
    1.10        dump_asm(node_offsets, node_offset_limit);
    1.11        if (xtty != NULL) {

mercurial