crac
crac copied to clipboard
https://openjdk.org/projects/crac
``` warning: unknown enum constant Feature.STREAM_GATHERERS error: warnings found and -Werror specified ``` --------- ### Progress - [x] Change must not contain extraneous whitespace ### Reviewing Using git Checkout this...
There is no functionality change. I guess the new code should be more simple and shorter. It was originally suggested by @AntonKozlov to use more functions than macros. ``` 1...
This test is relevant mostly on Windows - trying to use URI in the form of `file:/C:/path/to/...` as classpath element. On Linux, this is parsed as two items as `File.pathSeparator`...
Some users might get confused by the inner exceptions reported during C/R as *suppressed* exceptions. This PR changes the printout to make it look as if the exception had multiple...
- reproducible on i7-1165G7 "qemu-kvm -cpu host" for a checkpoint and "qemu-kvm -cpu SandyBridge" for its restore --------- ### Progress - [x] Change must not contain extraneous whitespace ### Reviewers...
Posting as a draft - this test will fail until https://github.com/CRaC/criu/pull/13 is integrated. --------- ### Progress - [x] Change must not contain extraneous whitespace ### Reviewing Using git Checkout this...
There were no substantial conflicts in the merge. --------- ### Progress - [x] Change must not contain extraneous whitespace ### Reviewers * [Anton Kozlov](https://openjdk.org/census#akozlov) (@AntonKozlov - **Reviewer**) ### Reviewing Using...
This merges the release candidate tag 23+37 into CRaC, expecting that we will baseline on 23 soon. Most of the conflicts to resolve were trivial, one place worth attention is...