8236073: G1: Use SoftMaxHeapSize to guide GC heuristics#27524
8236073: G1: Use SoftMaxHeapSize to guide GC heuristics#27524tschatzl wants to merge 9 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back tschatzl! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
/label add hotspot-gc |
|
/label add jfr |
|
@tschatzl |
|
@tschatzl
|
|
/label add hotspot-jfr |
|
/label remove hotspot |
|
@tschatzl |
|
@tschatzl |
|
@tschatzl The |
|
@tschatzl |
Webrevs
|
|
/label remove shenandoah |
|
@tschatzl |
|
/cc hotspot-gc |
|
@albertnetymk |
…g MinHeapSize and SoftMaxHeapSize
|
Responding to @tschatzl's comment in https://bugs.openjdk.org/browse/JDK-8236073:
I have not verified, but could this problematic feedback loop happen? |
|
@tschatzl This pull request has been inactive for more than 8 weeks and will be automatically closed if another 8 weeks passes without any activity. To avoid this, simply issue a |
|
@tschatzl this pull request can not be integrated into git checkout submit/8236073-softmaxheapsize
git fetch https://git.openjdk.org/jdk.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
@tschatzl This pull request has been inactive for more than 16 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
Hi all,
please review this change to implement
SoftMaxHeapSizefor G1.Main change is that
SoftMaxHeapSizenow impacts theG1IHOPControl::target_occupancy(), i.e. the amount of bytes G1 when reclaim should start.Most of the other changes are just about updating logging/JFR and making sure that the
SoftMaxHeapSizevalues are consistent across calls.Testing: tier1-5
Thanks,
Thomas
Progress
Warnings
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/27524/head:pull/27524$ git checkout pull/27524Update a local copy of the PR:
$ git checkout pull/27524$ git pull https://git.openjdk.org/jdk.git pull/27524/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 27524View PR using the GUI difftool:
$ git pr show -t 27524Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/27524.diff
Using Webrev
Link to Webrev Comment