-
Notifications
You must be signed in to change notification settings - Fork 208
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
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back rvansa! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
There are GHA errors. |
|
@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. |
The checks are now green (no changes, just rerun). |
@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! |
bump |
You need to ask for maintainer approval using "/approval request ". |
@phohensee Actually I've added the |
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. |
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
Issue
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