Skip to content

Conversation

@tschatzl
Copy link
Contributor

@tschatzl tschatzl commented Apr 24, 2023

Hi all,

after JDK-8298048 G1DetermineCompactionQueueClosure::free_pinned_region() may only be called with humongous regions, so the template parameter is unnecessary. This PR removes it.
I kept the method itself (not inlined) because I believe its name acts as a good documentation what is done here at the place it is called, even if it's only 3 LOC.

Testing: local compilation, gha

Thanks,
Thomas


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8306733: Remove template parameter of G1DetermineCompactionQueueClosure::free_pinned_region

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/13610/head:pull/13610
$ git checkout pull/13610

Update a local copy of the PR:
$ git checkout pull/13610
$ git pull https://git.openjdk.org/jdk.git pull/13610/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 13610

View PR using the GUI difftool:
$ git pr show -t 13610

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/13610.diff

Webrev

Link to Webrev Comment

…on() may only be called with humongous regions, so the template parameter is unnecessary.
@bridgekeeper
Copy link

bridgekeeper bot commented Apr 24, 2023

👋 Welcome back tschatzl! 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 changed the title 8306733 8306733: Remove template paramter of G1DetermineCompactionQueueClosure::free_pinned_region Apr 24, 2023
@openjdk openjdk bot added the rfr Pull request is ready for review label Apr 24, 2023
@openjdk
Copy link

openjdk bot commented Apr 24, 2023

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

  • hotspot-gc

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-gc hotspot-gc-dev@openjdk.org label Apr 24, 2023
@mlbridge
Copy link

mlbridge bot commented Apr 24, 2023

Webrevs

@tschatzl tschatzl changed the title 8306733: Remove template paramter of G1DetermineCompactionQueueClosure::free_pinned_region 8306733: Remove template parameter of G1DetermineCompactionQueueClosure::free_pinned_region Apr 24, 2023
Copy link
Member

@albertnetymk albertnetymk left a comment

Choose a reason for hiding this comment

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

Inlining it is more readable, IMO. For example, it's not obvious whether add_to_compaction_queue should be the caller or the callee.

@openjdk
Copy link

openjdk bot commented Apr 24, 2023

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

8306733: Remove template parameter of G1DetermineCompactionQueueClosure::free_pinned_region

Reviewed-by: ayang, iwalulya

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

  • f239695: 8305056: Avoid unaligned access in emit_intX methods if it's unsupported
  • 136dad7: 8306566: Open source several clipboard AWT tests
  • 30fa50d: 8305062: Refactor CardTable::resize_covered_region

Please see this link for an up-to-date comparison between the source branch of this pull request and 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.

➡️ 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 Apr 24, 2023
@tschatzl
Copy link
Contributor Author

Thanks for your reviews.

/integrate

@openjdk
Copy link

openjdk bot commented Apr 25, 2023

Going to push as commit a4a5385.
Since your change was applied there have been 26 commits pushed to the master branch:

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Apr 25, 2023
@openjdk openjdk bot closed this Apr 25, 2023
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Apr 25, 2023
@openjdk
Copy link

openjdk bot commented Apr 25, 2023

@tschatzl Pushed as commit a4a5385.

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

@tschatzl tschatzl deleted the submit/8306733-remove-unnecessary-template-param branch April 25, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hotspot-gc hotspot-gc-dev@openjdk.org integrated Pull request has been integrated

Development

Successfully merging this pull request may close these issues.

3 participants