RFR: 8308906: Make CIPrintCompilerName a diagnostic flag [v2]

Thomas Stuefe stuefe at openjdk.org
Fri May 26 04:59:54 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

That is very useful.

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

Marked as reviewed by stuefe (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14161#pullrequestreview-1445061779


More information about the hotspot-compiler-dev mailing list