RFR: 8356259: Lift basic -Xlog:jit* logging to "info" level [v2]
Aleksey Shipilev
shade at openjdk.org
Tue May 6 19:18:55 UTC 2025
On Tue, 6 May 2025 18:39:43 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> PrintInlining and PrintIntrinsics are diagnostic flags (while PrintCompilation is product). So mapping UL `Info` to product flag and `Debug` to diagnostic seems valid. Based on this, I agree with changes to `CT::print_ul()` but not others.
I am mostly interested in `PrintCompilation` myself, so that would be an acceptable compromise.
However, I do believe that `PrintInlining` along with `TraceTypeProfile` are very useful to figure out performance anomalies in the field. Those really should not be diagnostic, and UL should really be "info" for them :) But we can have that discussion at some point later.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25061#issuecomment-2855647445
More information about the graal-dev
mailing list