-
Notifications
You must be signed in to change notification settings - Fork 6k
JDK-8349077 : Rename GenerationCounters::update_all #25833
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
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back sroy! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
@suchismith1993 The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
I believe the ticket was only about this method, which handles only capacity.
However, in the patch, this method is renamed as well. Not sure if this is intentional.
|
Since the base is before the branch off, could you please merge master before integration and see if GHA still passes? This also helps us testing libgraal compilation. |
Thanks for the revision. I believe the one in
|
JBS Issue : JDK-8349077
we found the method names update_all of the class GenerationCounters and its subclasses are not so good. It is better to rename it to something like update_capacity (such as ZGenerationCounters::update_capacity).
Update_capacity exists, since update_all updates the size and used , I found update_memory_state as a better name for this method.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/25833/head:pull/25833
$ git checkout pull/25833
Update a local copy of the PR:
$ git checkout pull/25833
$ git pull https://git.openjdk.org/jdk.git pull/25833/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 25833
View PR using the GUI difftool:
$ git pr show -t 25833
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/25833.diff
Using Webrev
Link to Webrev Comment