RFR: 8295060: Port PrintDeoptimizationDetails to UL [v2]

David Holmes dholmes at openjdk.org
Thu Oct 20 02:18:18 UTC 2022


On Tue, 18 Oct 2022 13:21:28 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

>> Hi!
>> 
>> This PR ports PrintDeoptimizationDetails to UL by mapping its output to debug level with tag deoptimization.
>
> Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix review comments

src/hotspot/share/runtime/vframe.cpp line 684:

> 682: }
> 683: void vframe::print_on(outputStream* st) const {
> 684:   _fr.print_value_on(st,NULL);

I think this was changed in response to Coleens' comment. While I agree we are getting rid of `WizardMode` this PR is about `PrintDeoptimizationDetails` and this change seems unrelated to that (unless nothing else calls `vframe::print`?).

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

PR: https://git.openjdk.org/jdk/pull/10645


More information about the hotspot-dev mailing list