ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
32 stars 111 forks source link

Add support for a suspendOnRestore option in JDWP #675

Open mikezhang1234567890 opened 1 year ago

mikezhang1234567890 commented 1 year ago

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 https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/591 to JDK11.