src/share/vm/opto/output.cpp

changeset 10015
eb7ce841ccec
parent 9462
dd0bb28d3161
parent 9996
7b3ade0882f4
     1.1 --- a/src/share/vm/opto/output.cpp	Sat Oct 24 16:18:50 2020 +0800
     1.2 +++ b/src/share/vm/opto/output.cpp	Sat Oct 24 16:43:47 2020 +0800
     1.3 @@ -1715,6 +1715,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