shenandoah
shenandoah copied to clipboard
Merge openjdk/jdk:master
Merges tag jdk-24+9
Progress
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
- [x] Change must be properly reviewed (1 review required, with at least 1 Committer)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/shenandoah.git pull/465/head:pull/465
$ git checkout pull/465
Update a local copy of the PR:
$ git checkout pull/465
$ git pull https://git.openjdk.org/shenandoah.git pull/465/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 465
View PR using the GUI difftool:
$ git pr show -t 465
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/shenandoah/pull/465.diff
:wave: Welcome back wkemper! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.
@earthling-amzn 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:
Merge
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 435 new commits pushed to the master branch:
- a4cb96f7d8024e27b6451c51b6a6f129ca6a756d: Merge
- d34394378b700bf17b5aeef93dc67c4e555edb98: Merge
- 4f96b5d29652c7d24adca6d77804926f2bb5ef55: 8337242: GenShen: Remove unnecessary copyright changes
- e30fa929b19e8b7d6db9073fdf640938d3db39fd: Merge
- 472e4c74bde1c0ceb76755165e709cefa4fef584: 8335930: GenShen: Reserve regions within each generation's freeset until available is sufficient
- f0b877138a7dd45fc957178de23cffe6e32405a0: 8335932: GenShen: Fix old heuristic unit test
- d2102347ea9c1199221ec33f4e721aefa1193cea: 8328235: GenShen: Robustify ShenandoahGCSession and fix missing use
- 71182e240ce4f4a6e3a8773f61be6b091e2d65e9: 8335289: GenShen: Whitebox breakpoint GC requests may cause assertions
- 7542e909d1b4fb8a9a29ab5caf61a6be792f0f03: 8335347: GenShen: Revert change that has adaptive heuristic ignore abbreviated cycles
- 9d2712ddf39160a618c9c839c46d2510063f45df: 8327000: GenShen: Integrate updated Shenandoah implementation of FreeSet into GenShen
- ... and 425 more: https://git.openjdk.org/shenandoah/compare/bd36b6ae5d0d760670a0bd722878614a6cd553d6...master
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 master branch, type /integrate in a new comment.
Superseded by https://github.com/openjdk/shenandoah/pull/467