RFR: 8282024: add EscapeAnalysis statistics under PrintOptoStatistics [v8]
Cesar Soares
duke at openjdk.java.net
Thu May 19 23:52:43 UTC 2022
On Thu, 5 May 2022 19:06:40 GMT, Xin Liu <xliu at openjdk.org> wrote:
>> aamarsh has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>>
>> adding escape analysis and scalar replacement statistics
>
> src/hotspot/share/opto/escape.cpp line 3794:
>
>> 3792: _compile->_local_arg_escape_ctr++;
>> 3793: }
>> 3794: else if (ptn->escape_state() == PointsToNode::GlobalEscape) {
>
> "else if" style is not consistent with others.
NIT: Move "else if" to line 3793.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8019
More information about the hotspot-compiler-dev
mailing list