Skip to content
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

Add support for a suspendOnRestore option in JDWP #675

Closed

Conversation

mikezhang1234567890
Copy link
Contributor

To help debug issues with checkpoint/restore, add an option similar to "suspend=y" which suspends on VM startup except this new option will suspend when the VM is restored from a checkpoint.
To that end, this PR adds support for a VM_Restore JVMTI event to JDWP and JDB.

Port of ibmruntimes/openj9-openjdk-jdk#591 to JDK11.

To help debug issues with checkpoint/restore, add an option similar to
"suspend=y" which suspends on VM startup except this new option will suspend
when the VM is restored from a checkpoint.
To that end, this PR adds support for a VM_Restore JVMTI event to JDWP and JDB.

Signed-off-by: Mike Zhang <mike.h.zhang@ibm.com>
@JasonFengJ9
Copy link
Member

Superseded by #803.

@JasonFengJ9 JasonFengJ9 closed this Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants