Skip to content

8253029: [PPC64] Remove obsolete Power6 code #116

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

Closed
wants to merge 0 commits into from

Conversation

TheRealMDoerr
Copy link
Contributor

@TheRealMDoerr TheRealMDoerr commented Sep 10, 2020

The recent PPC64 platform files still contain code which is part of a Power6 optimization called Power6Scheduler. However, this functionality was never completely contributed so it was never usable in the OpenJDK.
We should remove it since we're no longer optimizing for Power6.


Progress

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

Issue

Reviewers

Download

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

@bridgekeeper
Copy link

bridgekeeper bot commented Sep 10, 2020

👋 Welcome back mdoerr! 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
Copy link

openjdk bot commented Sep 10, 2020

⚠️ @TheRealMDoerr a branch with the same name as the source branch for this pull request (master) is present in the target repository. If you eventually integrate this pull request then the branch master in your personal fork will diverge once you sync your personal fork with the upstream repository.

To avoid this situation, create a new branch for your changes and reset the master branch. You can do this by running the following commands in a local repository for your personal fork. Note: you do not have to name the new branch NEW-BRANCH-NAME.

$ git checkout -b NEW-BRANCH-NAME
$ git branch -f master 418e4a259c8ba02c5d7a3cc0124f9e8980dc9c8e
$ git push -f origin master

Then proceed to create a new pull request with NEW-BRANCH-NAME as the source branch and close this one.

@openjdk openjdk bot added the rfr Pull request is ready for review label Sep 10, 2020
@openjdk
Copy link

openjdk bot commented Sep 10, 2020

@TheRealMDoerr The following label will be automatically applied to this pull request: hotspot.

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 (add|remove) "label" command.

@openjdk openjdk bot added the hotspot hotspot-dev@openjdk.org label Sep 10, 2020
@mlbridge
Copy link

mlbridge bot commented Sep 10, 2020

Webrevs

@mlbridge
Copy link

mlbridge bot commented Sep 10, 2020

Mailing list message from John Paul Adrian Glaubitz on hotspot-dev:

On 9/10/20 9:59 PM, Martin Doerr wrote:

The recent PPC64 platform files still contain code which is part of a Power6 optimization called Power6Scheduler.
However, this functionality was never completely contributed so it was never usable in the OpenJDK. We should remove it
since we're no longer optimizing for Power6.

I love that it has German comments in the code:

"// Schleife 1" ;-)

Adrian

--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaubitz at debian.org
`. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Copy link
Member

@dholmes-ora dholmes-ora left a comment

Choose a reason for hiding this comment

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

Code changes seem fine but this will need a CSR request as the flags are product flags. The CSR request can argue for immediate obsoletion (will need to be added to flags table in arguments.cpp) or even expiry (as per current webrev).

@dholmes-ora
Copy link
Member

/csr needed

@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@TheRealMDoerr This change now passes all automated pre-integration checks. In addition to the automated checks, the change must also fulfill all project specific requirements

After integration, the commit message will be:

8253029: [PPC64] Remove obsolete Power6 code

Reviewed-by: dholmes
  • If you would like to add a summary, use the /summary command.
  • To credit additional contributors, use the /contributor command.
  • To add additional solved issues, use the /issue command.

Since the source branch of this PR was last updated there have been 6 commits pushed to the master branch:

  • 8777ded: 8253008: Remove develop flags TraceLongCompiles/LongCompileThreshold
  • c7062dc: 8253026: Remove dummy call to gc alot from VM Thread
  • 5144190: 8243208: Clean up JVMFlag implementation
  • 976acdd: 8252406: Introduce Thread::as_Java_thread() convenience function
  • 4880226: 8171303: sun/java2d/pipe/InterpolationQualityTest.java fails on Windows & Linux
  • 8da6c8d: 7183828: Invalid Image Variant when using anything other than BufferedImage

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge master into your branch, and then specify the current head hash when integrating, like this: /integrate 8777ded1238ad195c6b1b63f54fa51984f8c95e4.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added ready Pull request is ready to be integrated csr Pull request needs approved CSR before integration labels Sep 11, 2020
@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@dholmes-ora has indicated that a compatibility and specification (CSR) request is needed for this pull request.
@TheRealMDoerr please create a CSR request and add link to it in JDK-8253029. This pull request cannot be integrated until the CSR request is approved.

@TheRealMDoerr
Copy link
Contributor Author

Sorry, folks, I had to create a new PR because I had forgotten to create a branch. CSR is created. New PR contains Copyright update.

@mlbridge
Copy link

mlbridge bot commented Sep 14, 2020

Mailing list message from David Holmes on hotspot-dev:

Something got messed up here. So for the mailing list record this PR was
cancelled not integrated! And now idea how the 8252817 info got included
here ???

David

On 11/09/2020 8:20 pm, Martin Doerr wrote:

pfirmstone pushed a commit to pfirmstone/jdk-with-authorization that referenced this pull request Nov 18, 2024
Also changed some tests to use AtomicILFactory instead of BasicILFactory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
csr Pull request needs approved CSR before integration hotspot hotspot-dev@openjdk.org ready Pull request is ready to be integrated rfr Pull request is ready for review
Development

Successfully merging this pull request may close these issues.

2 participants