RFR: JDK-8278329: some TraceDeoptimization code not included in PRODUCT build
Tobias Holenstein
duke at openjdk.java.net
Fri Dec 17 13:37:26 UTC 2021
On Thu, 16 Dec 2021 17:56:37 GMT, Tom Rodriguez <never at openjdk.org> wrote:
> Thanks for cleaning this up. I think a one or two things should be moved under PrintDeoptimizationDetails for consistency but I wanted to look more closely at the output before adding my comments. I'll have some comments up soon.
Sure I will wait for your comment. (It could make sense to move some parts to `PrintDeoptimizationDetails`)
Note: `PrintDeoptimizationDetails` is not a diagnostic flag at the moment. I didn't change that in this PR because JDK-8278329 is typed as a Bug. I think if that is desired, it's best to change it in a separate enhancement issue. Also `PrintDeoptimizationDetails` can be combined with `Verbose` and `WizardMode` which are also not diagnostic flags.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6746
More information about the hotspot-dev
mailing list