-
Notifications
You must be signed in to change notification settings - Fork 722
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
Get the start time of the criu restore process #18680
Conversation
@tajila requesting your review. |
Re "Depends-on: eclipse-omr/omr#7201", 7201 is an issue, not a PR. |
955f234
to
5c9b18b
Compare
I adjusted Depends-on to refer to a PR. |
Set as draft until the OMR change is promoted. |
aa0cd8e
to
bc30c53
Compare
The omr PR was merged. |
@tajila @babsingh @keithc-ca requesting your review. |
4d1d800
to
9726368
Compare
@tajila re-requesting your review. |
jcl/src/java.base/share/classes/openj9/internal/criu/InternalCRIUSupport.java
Outdated
Show resolved
Hide resolved
7f49a1c
to
e8dbbbe
Compare
@tajila re-requesting your review. |
jcl/src/java.base/share/classes/openj9/internal/criu/InternalCRIUSupport.java
Outdated
Show resolved
Hide resolved
The purpose of The purpose |
40e66bd
to
5477989
Compare
5477989
to
6878da3
Compare
@keithc-ca re-requesting your review. |
bcec276
to
89728ce
Compare
@keithc-ca re-requesting your review. |
@tajila all comments are resolved. |
test/functional/cmdLineTests/criu/src/org/openj9/criu/TimeChangeTest.java
Outdated
Show resolved
Hide resolved
test/functional/cmdLineTests/criu/src/org/openj9/criu/TimeChangeTest.java
Outdated
Show resolved
Hide resolved
c49cc07
to
3a22284
Compare
@keithc-ca re-requesting your review. |
3a22284
to
8be2b66
Compare
test/functional/TestUtilities/src/org/openj9/test/util/TimeUtilities.java
Outdated
Show resolved
Hide resolved
8be2b66
to
f03984d
Compare
@keithc-ca re-requesting your review. |
Jenkins test sanity xlinux jdk17 |
The conflict with #18627 will need to be resolved. |
For the record, the previous build was https://openj9-jenkins.osuosl.org/job/PullRequest-OpenJ9/4950. |
Get the start time of the criu restore process, which is the parent process of the restored java process. Issue: eclipse-openj9#18598 Depends-on: eclipse-omr/omr#7214 Signed-off-by: Amarpreet Singh <[email protected]>
f03984d
to
b8c17e8
Compare
The conflict is resolved. |
Jenkins test sanity xlinux jdk17 |
Get the start time of the criu restore process, which is
the parent process of the restored java process.
Issue: #18598
Depends-on: eclipse-omr/omr#7214
Signed-off-by: Amarpreet Singh [email protected]