CRIU improves the error message when enabling JDWP agent post-restore - #23680
Merged
Conversation
tajila
approved these changes
Apr 15, 2026
Contributor
|
Can you please add a test case for this? |
JasonFengJ9
force-pushed
the
criujdwperrmsg
branch
from
April 15, 2026 21:09
8387071 to
3f4461b
Compare
Member
Author
|
@tajila this is ready for another look. |
Contributor
|
jenkins test sanity.functional alinux64 jdk21 |
Member
Author
|
The test failure occurred at test modes that are actually enabled with |
Provide the instruction that -XX:+DebugOnRestore is required pre-checkpoint to enable JDWP agent post-restore via the restore option file instead showing an error message "JVMJ9VM007E Command-line option unrecognised"; Added a test. Signed-off-by: Jason Feng <fengj@ca.ibm.com>
JasonFengJ9
force-pushed
the
criujdwperrmsg
branch
from
April 16, 2026 18:02
3f4461b to
d10b80b
Compare
Member
Author
|
Added |
Contributor
|
jenkins test sanity.functional alinux64 jdk21 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CRIU improves the error message when enabling JDWP agent post-restore
Provide the instruction that
-XX:+DebugOnRestoreis required pre-checkpoint to enable JDWP agent post-restore via the restore option file instead showing an error message "JVMJ9VM007E Command-line option unrecognised".Signed-off-by: Jason Feng fengj@ca.ibm.com