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

8276932: G1: Annotate methods with override explicitly in g1CollectedHeap.hpp #2830

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rvansa
Copy link
Contributor

@rvansa rvansa commented Aug 28, 2024

Hi all,

This pull request contains a backport of commit 02f79008 from the openjdk/jdk repository.

The commit being backported was authored by Albert Mingkun Yang on 15 Nov 2021 and was reviewed by Thomas Schatzl and Stefan Johansson.

The backport is not clean; some method return types differ in later JDK versions.

Thanks!


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
  • JDK-8276932 needs maintainer approval

Issue

  • JDK-8276932: G1: Annotate methods with override explicitly in g1CollectedHeap.hpp (Enhancement - P4)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2830/head:pull/2830
$ git checkout pull/2830

Update a local copy of the PR:
$ git checkout pull/2830
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2830/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2830

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2830.diff

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Aug 28, 2024

👋 Welcome back rvansa! 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 Aug 28, 2024

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk bot changed the title Backport 02f79008828b3dcce3bd6492efaa43e99376c0c5 8276932: G1: Annotate methods with override explicitly in g1CollectedHeap.hpp Aug 28, 2024
@openjdk
Copy link

openjdk bot commented Aug 28, 2024

This backport pull request has now been updated with issue from the original commit.

@openjdk openjdk bot added backport rfr Pull request is ready for review labels Aug 28, 2024
@mlbridge
Copy link

mlbridge bot commented Aug 28, 2024

Webrevs

@openjdk openjdk bot added the approval label Aug 28, 2024
@GoeLin
Copy link
Member

GoeLin commented Aug 30, 2024

There are GHA errors.

@openjdk
Copy link

openjdk bot commented Aug 30, 2024

⚠️ @rvansa This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.

@openjdk openjdk bot removed the approval label Aug 30, 2024
@rvansa
Copy link
Contributor Author

rvansa commented Aug 30, 2024

@GoeLin Thanks, one failure was failure to fetch JTReg (infra problem), I am re-running the failed ClhsdbSource test since I find it difficult to relate to changes in this PR.

@rvansa
Copy link
Contributor Author

rvansa commented Sep 3, 2024

The checks are now green (no changes, just rerun).

@bridgekeeper
Copy link

bridgekeeper bot commented Oct 1, 2024

@rvansa This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@rvansa
Copy link
Contributor Author

rvansa commented Oct 3, 2024

bump

@phohensee
Copy link
Member

You need to ask for maintainer approval using "/approval request ".

@rvansa
Copy link
Contributor Author

rvansa commented Oct 3, 2024

@phohensee Actually I've added the jdk17u-fix-request label in JIRA, but it was removed by @GoeLin - so is this practically a rejection?

@phohensee
Copy link
Member

It's not a rejection (that would be jdk17u-fix-no), rather a request for more information, i.e., risk, testing, etc. But, in this case you've provided that, so I'd re-tag the issue and ask what extra info is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport rfr Pull request is ready for review
Development

Successfully merging this pull request may close these issues.

3 participants