mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +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
|
#ifndef PRODUCT
|
||||||
ResourceMark rm;
|
ResourceMark rm;
|
||||||
stringStream ss;
|
stringStream ss;
|
||||||
ss.print_raw(CompilerPhaseTypeHelper::to_name(cpt));
|
ss.print_raw(CompilerPhaseTypeHelper::to_description(cpt));
|
||||||
if (n != nullptr) {
|
if (n != nullptr) {
|
||||||
ss.print(": %d %s ", n->_idx, NodeClassNames[n->Opcode()]);
|
ss.print(": %d %s ", n->_idx, NodeClassNames[n->Opcode()]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue