RFR: 8282024: add EscapeAnalysis statistics under PrintOptoStatistics [v8]

Cesar Soares duke at openjdk.java.net
Thu May 19 23:43:03 UTC 2022


On Tue, 10 May 2022 00:21:45 GMT, Vladimir Kozlov <kvn 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 248:
> 
>> 246: #ifndef PRODUCT
>> 247:     escape_state_statistics(java_objects_worklist);
>> 248: #endif
> 
> You can use `NOT_PRODUCT()` macro for one line which you have a lot in these changes.

NIT: Use NOT_PRODUCT

-------------

PR: https://git.openjdk.java.net/jdk/pull/8019


More information about the hotspot-compiler-dev mailing list