-
Notifications
You must be signed in to change notification settings - Fork 238
8207200: Committed > max memory usage when getting MemoryUsage #2281
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
Conversation
👋 Welcome back andrewlu! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue and summary from the original commit. |
/issue add JDK-8209061 |
@luchenlin |
@luchenlin |
This seems a fairly risky backport for a somewhat minor issue that it tries to solve. Are you sure this one is appropriate for OpenJDK 11u in its current lifecyce? Also, I agree with @RealCLanger on his comment on the bug and what he said, hasn't changed IMO. |
Hi @jerboaa Finally, others asked for this, too: Man Cao in https://bugs.openjdk.org/browse/JDK-8209061 If you agree, I would ask Andrew to backport the four changes involved individually and ask Richard, our GC expert, to review them. |
I guess it depends. Let me try to understand this better. It's still a reporting issue, is it not? Is it affecting regular GC operation? |
8208498 might alter the regions touched by a GC. |
Let me try to rephrase. You said: |
With "isn't that minor" I mean that it does not only affect reporting if max is reached, as the bug title proposes, but any reporting which uses the corrupted counters. But I'm fine with skipping this. |
I backport this for parity with 11.0.22-oracle.
Progress
Issues
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2281/head:pull/2281
$ git checkout pull/2281
Update a local copy of the PR:
$ git checkout pull/2281
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2281/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2281
View PR using the GUI difftool:
$ git pr show -t 2281
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2281.diff
Webrev
Link to Webrev Comment