> This implements "jcmd on core files" for Linux, and for MiniDumps on Windows > (MacOS is "future work"). > jcmd "revives" the VM memory and .so/.dll from the core/minidump, and runs > the existing native diagnostic command parser and command implementations. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Kevin Walls has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 43 commits: - refresh, with attach provider update - Merge branch 'master' into 8378084_jep_cores_impl - Merge in the new provider from separate branch - Merge - update - update - Core dump attach using new AttachProvider impl. - Merge branch 'master' into 8378084_jep_cores_impl - Merge remote-tracking branch 'upstream/master' into 8378084_jep_cores_impl - HotSpotAttachProvider back to only checking file exists - ... and 33 more: https://git.openjdk.org/jdk/compare/aa8dde1a...5e21c37c ------------- Changes: https://git.openjdk.org/jdk/pull/31011/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31011&range=31 Stats: 7419 lines in 71 files changed: 7328 ins; 5 del; 86 mod Patch: https://git.openjdk.org/jdk/pull/31011.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31011/head:pull/31011 PR: https://git.openjdk.org/jdk/pull/31011
