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

8253311: Cleanup relocInfo constructors #265

Closed
wants to merge 1 commit into from

Conversation

kimbarrett
Copy link

@kimbarrett kimbarrett commented Sep 19, 2020


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/265/head:pull/265
$ git checkout pull/265

@kimbarrett
Copy link
Author

Please review this cleanup of the relocInfo constructors.

We use constructor delegation to avoid code duplication. The old code seems
to have been attempting to fake constructor delegation for similar reasons.

Also fixed some comments about a nonexistent BoundRelocation class.

Testing: mach5 tier1-3

@bridgekeeper
Copy link

bridgekeeper bot commented Sep 19, 2020

👋 Welcome back kbarrett! 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 19, 2020

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

@openjdk openjdk bot added the hotspot-compiler hotspot-compiler-dev@openjdk.org label Sep 19, 2020
@kimbarrett kimbarrett marked this pull request as ready for review September 19, 2020 13:32
@openjdk openjdk bot added the rfr Pull request is ready for review label Sep 19, 2020
@mlbridge
Copy link

mlbridge bot commented Sep 19, 2020

Webrevs

@vnkozlov
Copy link
Contributor

Looks good.

@openjdk
Copy link

openjdk bot commented Sep 19, 2020

@kimbarrett 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:

8253311: Cleanup relocInfo constructors

Reviewed-by: kvn, thartmann
  • 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 18 commits pushed to the master branch:

  • 43be5a3: 8230652: Improve verbose output
  • 5a7390b: 8253418: ZGC: Use pd_ prefix to denote platform dependent code
  • 7e49eae: 8253407: Move max_pow2 from test to src
  • fbfb62d: 8253332: ZGC: Make heap views reservation platform independent
  • dad6edb: 8253321: java.util.Locale.LanguageRange#equals is inconsistent after calling hashCode
  • edc14f9: 8253286: Use expand_exact() instead of expand_at() for fixed requests in G1
  • bba948f: 8253411: [BACKOUT] [REDO] G1 incorrectly limiting young gen size when using the reserve can result in repeated full gcs
  • 955c2e6: 8253303: G1: Move static initialization of G1FromCardCache to a proper location
  • 34ec1be: 8252104: parallel heap inspection for ShenandoahHeap
  • fdce055: 8253253: Binutils tar ball extension update to gz
  • ... and 8 more: https://git.openjdk.java.net/jdk/compare/22f7af7fcff0d29d741483928d8540ebb6d10379...master

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 43be5a3cb65d5c8165d9493f56b24c921c40cff3.

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

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Sep 19, 2020
@mlbridge
Copy link

mlbridge bot commented Sep 19, 2020

Mailing list message from Kim Barrett on hotspot-compiler-dev:

Thanks.

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.

Looks good.

@mlbridge
Copy link

mlbridge bot commented Sep 21, 2020

Mailing list message from Kim Barrett on hotspot-compiler-dev:

Thanks.

@kimbarrett
Copy link
Author

/integrate

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

openjdk bot commented Sep 21, 2020

@kimbarrett Since your change was applied there have been 18 commits pushed to the master branch:

  • 43be5a3: 8230652: Improve verbose output
  • 5a7390b: 8253418: ZGC: Use pd_ prefix to denote platform dependent code
  • 7e49eae: 8253407: Move max_pow2 from test to src
  • fbfb62d: 8253332: ZGC: Make heap views reservation platform independent
  • dad6edb: 8253321: java.util.Locale.LanguageRange#equals is inconsistent after calling hashCode
  • edc14f9: 8253286: Use expand_exact() instead of expand_at() for fixed requests in G1
  • bba948f: 8253411: [BACKOUT] [REDO] G1 incorrectly limiting young gen size when using the reserve can result in repeated full gcs
  • 955c2e6: 8253303: G1: Move static initialization of G1FromCardCache to a proper location
  • 34ec1be: 8252104: parallel heap inspection for ShenandoahHeap
  • fdce055: 8253253: Binutils tar ball extension update to gz
  • ... and 8 more: https://git.openjdk.java.net/jdk/compare/22f7af7fcff0d29d741483928d8540ebb6d10379...master

Your commit was automatically rebased without conflicts.

Pushed as commit 2e30ff6.

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

@kimbarrett kimbarrett deleted the relocinfo_construct branch September 21, 2020 15:04
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
3 participants