mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8282480: IGV: Use description instead of enum name for phases
Reviewed-by: redestad, thartmann
This commit is contained in:
parent
fc52a2182a
commit
ed3496e6c0
1 changed files with 1 additions and 1 deletions
|
@ -4833,7 +4833,7 @@ void Compile::print_method(CompilerPhaseType cpt, int level, Node* n) {
|
|||
#ifndef PRODUCT
|
||||
ResourceMark rm;
|
||||
stringStream ss;
|
||||
ss.print_raw(CompilerPhaseTypeHelper::to_name(cpt));
|
||||
ss.print_raw(CompilerPhaseTypeHelper::to_description(cpt));
|
||||
if (n != nullptr) {
|
||||
ss.print(": %d %s ", n->_idx, NodeClassNames[n->Opcode()]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue