mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8281722: Removal of PrintIdealLevel
Reviewed-by: chagedorn, thartmann
This commit is contained in:
parent
622970e47c
commit
8819f45357
5 changed files with 1 additions and 9 deletions
|
@ -4842,7 +4842,7 @@ void Compile::print_method(CompilerPhaseType cpt, int level, Node* n) {
|
|||
if (should_print_igv(level)) {
|
||||
_igv_printer->print_method(name, level);
|
||||
}
|
||||
if (should_print_ideal(level) || should_print_phase(cpt)) {
|
||||
if (should_print_phase(cpt)) {
|
||||
print_ideal_ir(CompilerPhaseTypeHelper::to_name(cpt));
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue