8270901: Typo PHASE_CPP in CompilerPhaseType

Reviewed-by: jiefu
This commit is contained in:
Yi Yang 2021-07-28 08:03:29 +00:00
parent d7b5cb6889
commit 072fe486c9
3 changed files with 6 additions and 6 deletions

View file

@ -2221,7 +2221,7 @@ void Compile::Optimize() {
TracePhase tp("ccp", &timers[_t_ccp]);
ccp.do_transform();
}
print_method(PHASE_CPP1, 2);
print_method(PHASE_CCP1, 2);
assert( true, "Break here to ccp.dump_old2new_map()");