> Hi all, > > please review this change that extends G1 eager reclaim to large flat > arrays. > > This is mostly just a generalization ion of the existing mechanism, there is > not much new about it. > > Testing: gha, tier1-5 > > Thanks, > Thomas
Thomas Schatzl has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains five commits: - * walulyai review: remove G1CollectedHeap::array_with_oops() - Merge branch 'lworld' into 8380778-eager-reclaim-flat-arrays - * fix botched merge - Merge branch 'lworld' into 8380778-eager-reclaim-flat-arrays - 8380778 * initial version * rename _has_no_references() to _has_no_oops() * fix issue with large instanceoops * fix assertions? * initial version * rename _has_no_references() to _has_no_oops() * fix issue with large instanceoops * fix condition to make assert pass ------------- Changes: https://git.openjdk.org/valhalla/pull/2255/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2255&range=03 Stats: 123 lines in 7 files changed: 50 ins; 0 del; 73 mod Patch: https://git.openjdk.org/valhalla/pull/2255.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2255/head:pull/2255 PR: https://git.openjdk.org/valhalla/pull/2255
