RFR: 8251464: make Node::dump(int depth) support indent
Xin Liu
xliu at openjdk.java.net
Sat Sep 26 06:29:46 UTC 2020
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).
-------------
Commit messages:
- 8251464: make Node::dump(int depth) support indent
Changes: https://git.openjdk.java.net/jdk/pull/371/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=371&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8251464
Stats: 49 lines in 5 files changed: 26 ins; 0 del; 23 mod
Patch: https://git.openjdk.java.net/jdk/pull/371.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/371/head:pull/371
PR: https://git.openjdk.java.net/jdk/pull/371
More information about the hotspot-compiler-dev
mailing list