Withdrawn: 8279057: Consolidate InstructionPrinter::do_BlockBegin and remove extra lines in logs of blocks with phi functions

duke duke at openjdk.java.net
Wed Mar 9 15:29:09 UTC 2022


On Thu, 23 Dec 2021 01:11:08 GMT, Hamlin Li <mli at openjdk.org> wrote:

> This pr does following things:
>  - First, the code related to printing phi in InstructionPrinter::do_BlockBegin is bit redudant, it could be consolidated;
>  - Second, only locals and stack values related to phi functions are printed out now.
>  - Third, there are extra blank lines in printed log of blocks with phi functions, these blank lines are better to be removed.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.java.net/jdk/pull/6921


More information about the hotspot-compiler-dev mailing list