mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8282024: add EscapeAnalysis statistics under PrintOptoStatistics
Reviewed-by: xliu, kvn
This commit is contained in:
parent
cdb476888a
commit
2f19144249
5 changed files with 112 additions and 2 deletions
|
@ -254,6 +254,8 @@ void Compile::print_statistics() {
|
|||
PhaseOutput::print_statistics();
|
||||
PhasePeephole::print_statistics();
|
||||
PhaseIdealLoop::print_statistics();
|
||||
ConnectionGraph::print_statistics();
|
||||
PhaseMacroExpand::print_statistics();
|
||||
if (xtty != NULL) xtty->tail("statistics");
|
||||
}
|
||||
if (_intrinsic_hist_flags[as_int(vmIntrinsics::_none)] != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue