8381561: G1: Cleanup patch in preparation for eager reclamation of flat arrays#30549
8381561: G1: Cleanup patch in preparation for eager reclamation of flat arrays#30549stefank wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back stefank! A progress list of the required criteria for merging this PR into |
|
@stefank This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 36 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
| size_t initial_chunk_size = _partial_array_splitter.start(_task_queue, obj_array, nullptr, array_length); | ||
|
|
||
| // Mark objArray klass metadata | ||
| if (_cm_oop_closure->do_metadata()) { |
There was a problem hiding this comment.
This check has been removed. Marking closures should follow the metadata and there's no need to check if it should.
|
I've run this through tier1-3. |
|
Thanks all for reviewing! |
|
Going to push as commit 69c4a21.
Your commit was automatically rebased without conflicts. |
|
@tschatzl The target repository |
During the review of openjdk/valhalla#2255 there were some discussion about the code structure that was being proposed. To not make structural changes like this in the valhalla branch, I'm going to propose the changes to openjdk/jdk and then the valhalla changes can be kept to a minimum.
This is what the valhalla changes would look like:
stefank/valhalla@lworld_g1_eager_baseline...stefank:valhalla:lworld_g1_eager
WDYT?
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30549/head:pull/30549$ git checkout pull/30549Update a local copy of the PR:
$ git checkout pull/30549$ git pull https://git.openjdk.org/jdk.git pull/30549/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30549View PR using the GUI difftool:
$ git pr show -t 30549Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30549.diff
Using Webrev
Link to Webrev Comment