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

8254575: C2: Clean up unused TRACK_PHI_INPUTS assertion code #606

Closed
wants to merge 1 commit into from

Conversation

robcasloz
Copy link
Contributor

@robcasloz robcasloz commented Oct 12, 2020

Remove assertion code that was disabled in all build configurations.


Progress

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

Testing

Linux x64 Windows x64 macOS x64
Build ✔️ (5/5 passed) ✔️ (2/2 passed) ✔️ (2/2 passed)
Test (tier1) ✔️ (9/9 passed) ✔️ (9/9 passed) ✔️ (9/9 passed)

Issue

  • JDK-8254575: C2: Clean up unused TRACK_PHI_INPUTS assertion code

Reviewers

Contributors

  • Vladimir Ivanov <vlivanov@openjdk.org>

Download

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

Remove assertion code that was disabled in all build configurations.
@bridgekeeper
Copy link

bridgekeeper bot commented Oct 12, 2020

👋 Welcome back robcasloz! 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.

@robcasloz
Copy link
Contributor Author

/summary
Remove assertion code that was disabled in all build configurations.

@openjdk
Copy link

openjdk bot commented Oct 12, 2020

@robcasloz Setting summary to Remove assertion code that was disabled in all build configurations.

@openjdk
Copy link

openjdk bot commented Oct 12, 2020

@robcasloz The following label will be automatically applied to this pull request:

  • hotspot-compiler

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the hotspot-compiler hotspot-compiler-dev@openjdk.org label Oct 12, 2020
@robcasloz
Copy link
Contributor Author

/contributor add vlivanov

@openjdk
Copy link

openjdk bot commented Oct 12, 2020

@robcasloz
Contributor Vladimir Ivanov <vlivanov@openjdk.org> successfully added.

@robcasloz
Copy link
Contributor Author

Tested by building on windows-x64, linux-x64, and macosx-x64 (all in both debug and release mode).

@robcasloz robcasloz marked this pull request as ready for review October 13, 2020 08:39
@openjdk openjdk bot added the rfr Pull request is ready for review label Oct 13, 2020
@mlbridge
Copy link

mlbridge bot commented Oct 13, 2020

Webrevs

Copy link

@iwanowww iwanowww left a comment

Choose a reason for hiding this comment

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

Looks good.

@openjdk
Copy link

openjdk bot commented Oct 13, 2020

@robcasloz 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 details.

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

8254575: C2: Clean up unused TRACK_PHI_INPUTS assertion code

Remove assertion code that was disabled in all build configurations.

Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Reviewed-by: vlivanov, kvn

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 34 new commits pushed to the master branch:

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this 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 (@iwanowww, @vnkozlov) 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 13, 2020
Copy link
Contributor

@vnkozlov vnkozlov left a comment

Choose a reason for hiding this comment

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

Good.

@robcasloz
Copy link
Contributor Author

Thanks for the reviews!

@robcasloz
Copy link
Contributor Author

/integrate

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

openjdk bot commented Oct 14, 2020

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

@TobiHartmann
Copy link
Member

/sponsor

@openjdk openjdk bot closed this Oct 14, 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 14, 2020
@openjdk
Copy link

openjdk bot commented Oct 14, 2020

@TobiHartmann @robcasloz Since your change was applied there have been 35 commits pushed to the master branch:

  • 31d9b7f: 8254252: Generic arraycopy stub overwrites callee-save rdi register on 64-bit Windows
  • a098037: 8254365: ciMethod.hpp should not include methodHandles.hpp
  • d50e0de: 8254722: bsd_zero builds broken after JDK-8253717
  • ba5dc67: 8254158: Consolidate per-platform stack overflow handling code
  • 715e24a: 8254311: Incorrect statements in createWindowsDevkit2017.sh
  • ba24f96: 8251861: Remove unused jdk.internal.ref.SoftCleanable and WeakCleanable
  • 6ed4c89: 8254704: Add missing @SInCE tag to BodyPublishers::concat
  • 3fb2e82: 8254627: Cleanup {Abstract,Single,Split}IndexWriter classes
  • 02d9c29: 8254672: ZGC: ZParallelOopsDo/ZSerialWeakOopsDo should use atomic load/store
  • 65393a0: 8229867: Re-examine synchronization usages in http and https protocol handlers
  • ... and 25 more: https://git.openjdk.java.net/jdk/compare/54bbe76ed0ce90cea43864da3de7d18a7bbaa196...master

Your commit was automatically rebased without conflicts.

Pushed as commit 9fe9b24.

💡 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
4 participants