RFR: 8308906: Make CIPrintCompilerName a diagnostic flag [v2]
Vladimir Kozlov
kvn at openjdk.org
Fri May 26 15:45:01 UTC 2023
On Fri, 26 May 2023 04:37:56 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Please review a very simple change. This makes it easy to see which JIT compiler is used to compile each method:
>>
>>
>> java -XX:+UnlockDiagnosticVMOptions -XX:+PrintCompilation -XX:+CIPrintCompilerName -jar MyApp.java
>>
>>
>> CSR is not needed because this is a diagnostic VM option.
>
> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>
> Removed duplicated compiler name from -XX:+PrintCompilation
Looks good.
-------------
Marked as reviewed by kvn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14161#pullrequestreview-1446502142
More information about the hotspot-compiler-dev
mailing list