RFR: JDK-8275865: Print deoptimization statistics in product builds [v2]
Volker Simonis
simonis at openjdk.java.net
Thu Oct 28 10:31:47 UTC 2021
On Wed, 27 Oct 2021 16:11:23 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Volker Simonis has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix C1 case which doesn't print deoptimization statistics
>
> src/hotspot/share/runtime/java.cpp line 354:
>
>> 352: }
>> 353:
>> 354: #if defined(COMPILER2) || defined(INCLUDE_JVMCI)
>
> There is shorter version: `#if COMPILER2_OR_JVMCI`
> Otherwise changes are good.
Thanks, fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6103
More information about the hotspot-compiler-dev
mailing list