-
Notifications
You must be signed in to change notification settings - Fork 40
8367975: [CRaC] Pattern in CRaCCheckpointTo #264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Radim Vansa <[email protected]>
👋 Welcome back rvansa! A progress list of the required criteria for merging this PR into |
@rvansa 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 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The patterns should be documented in java.md
and maybe mentioned in globals.hpp
.
Also since the patterns are handled in shared code it would make sense to have OS pattern too.
@TimPushkin Thank you for the review, I've addressed all your comments, I think. I've considered adding |
Looks like when I've created the PR from a branch in this repository the GHA with tests is not executed. Pushed the code to my repo, too, tests running here: https://github.com/rvansa/crac/actions/runs/18130706409 |
@rvansa There are still build and test failures in your repo |
@TimPushkin I hope I have addressed these, and a green build in CI is here: https://github.com/rvansa/crac/actions/runs/18275647535 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#ifndef PATH_MAX | ||
# define PATH_MAX 1024 | ||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not critical, but we could also try MAX_PATH
defined in Windows before falling back to a hard-coded value
/integrate |
Add support for pattern in
CRaCCheckpointTo
VM option.Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/crac.git pull/264/head:pull/264
$ git checkout pull/264
Update a local copy of the PR:
$ git checkout pull/264
$ git pull https://git.openjdk.org/crac.git pull/264/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 264
View PR using the GUI difftool:
$ git pr show -t 264
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/crac/pull/264.diff
Using Webrev
Link to Webrev Comment