Withdrawn: 8263790: C2: new igv_print_immediately() for debugging purpose
Yi Yang
yyang at openjdk.java.net
Tue Apr 13 03:16:59 UTC 2021
On Thu, 18 Mar 2021 10:05:12 GMT, Yi Yang <yyang at openjdk.org> wrote:
> Add a new igv_print_immediately, it prints the current method immediately. This differs from other igv_print* methods, it creates a well-formed and complete ideal graph xml immediately, while others accomplish their ideal graph xml when VM exists (i.e. destructor of `IdealGraphPrinter::_xx_printer`). If VM crashes before VM exit, the ideal graph xml will be ill-formed, this is fairly a common case when debugging another crash.
>
> Test manually!
>
> Cheers,
> Yang
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3071
More information about the hotspot-compiler-dev
mailing list