Integrated: 8308906: Make CIPrintCompilerName a diagnostic flag
Ioi Lam
iklam at openjdk.org
Mon May 29 20:29:05 UTC 2023
On Thu, 25 May 2023 20:36:42 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.
This pull request has now been integrated.
Changeset: 7508d9f9
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7508d9f9e0cea84d2be8d974215daae3c75140c3
Stats: 5 lines in 2 files changed: 0 ins; 4 del; 1 mod
8308906: Make CIPrintCompilerName a diagnostic flag
Reviewed-by: kvn, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/14161
More information about the hotspot-compiler-dev
mailing list