mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8270901: Typo PHASE_CPP in CompilerPhaseType
Reviewed-by: jiefu
This commit is contained in:
parent
d7b5cb6889
commit
072fe486c9
3 changed files with 6 additions and 6 deletions
|
@ -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()");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue