Integrated: 8251464: make Node::dump(int depth) support indent

Xin Liu xliu at openjdk.java.net
Fri Oct 2 13:48:41 UTC 2020


On Sat, 26 Sep 2020 06:22:49 GMT, Xin Liu <xliu at openjdk.org> wrote:

> Node::dump(depth) indents 2 whitespaces for each level.
> The function isnot on until the depth of the ideal graph isnot greater
> than PrintIdealIndentThreshold (0 by default).

This pull request has now been integrated.

Changeset: ea5a2b15
Author:    Xin Liu <xliu at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ea5a2b15
Stats:     49 lines in 5 files changed: 26 ins; 0 del; 23 mod

8251464: make Node::dump(int depth) support indent

Reviewed-by: thartmann

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

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


More information about the hotspot-compiler-dev mailing list