jdk icon indicating copy to clipboard operation
jdk copied to clipboard

8335493: check_gc_overhead_limit should reset SoftRefPolicy::_should_clear_all_soft_refs

Open mmyxym opened this issue 8 months ago • 14 comments

It's for fixing the issue should_clear_all_soft_refs is not reset after Parallel Full GC.

Tested test/hotspot/jtreg/gc with -XX:+UseParallelGC


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue

Issue

  • JDK-8335493: check_gc_overhead_limit should reset SoftRefPolicy::_should_clear_all_soft_refs (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/19982/head:pull/19982
$ git checkout pull/19982

Update a local copy of the PR:
$ git checkout pull/19982
$ git pull https://git.openjdk.org/jdk.git pull/19982/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 19982

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/19982.diff

Webrev

Link to Webrev Comment

mmyxym avatar Jul 02 '24 06:07 mmyxym