Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

navyxliu
Copy link
Member

@navyxliu navyxliu commented Sep 26, 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).

/cc hotspot-compiler


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Issue

  • JDK-8251464: make Node::dump(int depth) support indent

Reviewers

Download

$ git fetch https://git.openjdk.java.net/jdk pull/371/head:pull/371
$ git checkout pull/371

@bridgekeeper
Copy link

bridgekeeper bot commented Sep 26, 2020

👋 Welcome back xliu! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added rfr Pull request is ready for review hotspot-compiler hotspot-compiler-dev@openjdk.org labels Sep 26, 2020
@openjdk
Copy link

openjdk bot commented Sep 26, 2020

@navyxliu
The hotspot-compiler label was successfully added.

@mlbridge
Copy link

mlbridge bot commented Sep 26, 2020

Webrevs

Copy link
Member

@TobiHartmann TobiHartmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me but please make sure that there are no other tests depending on the tab character in the output.

@openjdk
Copy link

openjdk bot commented Oct 1, 2020

@navyxliu This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for more details.

After integration, the commit message for the final commit will be:

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

Reviewed-by: thartmann

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been no new commits pushed to the master branch. If another commit should be pushed before you perform the /integrate command, your PR will be automatically rebased. If you prefer to avoid any potential automatic rebasing, please check the documentation for the /integrate command for further details.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@TobiHartmann) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Oct 1, 2020
@navyxliu
Copy link
Member Author

navyxliu commented Oct 1, 2020

Thanks Tobias!
I ran tier1 test and it looks good. Let me verify it using submit repo before I integrate it.

@navyxliu
Copy link
Member Author

navyxliu commented Oct 1, 2020

/submit

@openjdk
Copy link

openjdk bot commented Oct 1, 2020

@navyxliu Unknown command submit - for a list of valid commands use /help.

@navyxliu
Copy link
Member Author

navyxliu commented Oct 2, 2020

pass all tests: https://github.com/navyxliu/jdk/actions/runs/283309901
/integrate

@openjdk openjdk bot added the sponsor Pull request is ready to be sponsored label Oct 2, 2020
@openjdk
Copy link

openjdk bot commented Oct 2, 2020

@navyxliu
Your change (at version f66d346) is now ready to be sponsored by a Committer.

@phohensee
Copy link
Member

/sponsor

@openjdk openjdk bot closed this Oct 2, 2020
@openjdk openjdk bot added integrated Pull request has been integrated and removed sponsor Pull request is ready to be sponsored ready Pull request is ready to be integrated rfr Pull request is ready for review labels Oct 2, 2020
@openjdk
Copy link

openjdk bot commented Oct 2, 2020

@phohensee @navyxliu Since your change was applied there have been 8 commits pushed to the master branch:

  • fff8c8d: 8253882: remove PropertyResolvingWrapper
  • 7dcdc1f: 8253865: Pre-submit testing using GitHub Actions does not detect failures reliably
  • 0fd41c3: 8253470: Javadoc clean up in Filter and Headers
  • f686a38: 8253926: Use extra_size correctly in anon_mmap_aligned
  • b8966e1: 8253928: G1: Remove G1ConcurrentMarkThread::set_in_progress declaration
  • 4185ed3: 5078989: Null Pointer exception in SpinnerListMode
  • 6f40a41: 8253891: Debug x86_32 builds fail after JDK-8239090
  • b9505df: 8253118: Avoid unnecessary deopts when OSR nmethods of the same level are present.

Your commit was automatically rebased without conflicts.

Pushed as commit ea5a2b1.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotspot-compiler hotspot-compiler-dev@openjdk.org integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

3 participants