Integrated: 8280076: Unify IGV and IR printing
Nils Eliasson
neliasso at openjdk.java.net
Tue Jan 18 16:52:28 UTC 2022
On Mon, 17 Jan 2022 12:22:32 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:
> This patch adds support for controlling printing of the textual ideal representation (PrintIdeal) in the same way as the printing of IGV graphs currently works. The new flag PrintIdealLevel uses the same phases and levels as the PrintIdealGraphLevel flag. This new flag also gets added to CompileCommand and CompilerDirectives.
>
> The motivation for this change is to add support for testing during different phases with the TestIR framework.
>
> The old flag (PrintIdeal) is kept intact for now.
>
> This patch is based upon https://github.com/openjdk/jdk/pull/7088
>
> Please review,
> Nils
This pull request has now been integrated.
Changeset: 88a8b239
Author: Nils Eliasson <neliasso at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/88a8b239aa9fbda3705c39dca7a102a19fc57659
Stats: 71 lines in 7 files changed: 32 ins; 15 del; 24 mod
8280076: Unify IGV and IR printing
Reviewed-by: chagedorn, thartmann, vlivanov
-------------
PR: https://git.openjdk.java.net/jdk/pull/7108
More information about the hotspot-compiler-dev
mailing list