OpenJDK / portola / portola
changeset 54004:b31780c0c4c9
8219919: RuntimeStub name lost with PrintFrameConverterAssembly
Reviewed-by: kvn
author | jiefu |
---|---|
date | Fri, 01 Mar 2019 10:00:03 -0800 |
parents | c9f2b71057c1 |
children | 5d97784f08bf |
files | src/hotspot/share/opto/output.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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) {