> 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 36 commits: - 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 - tweak - Attach API update on feedback - Attach API implNote - Move librevival_support to Linux specific directory - include order - Clear revived mutex to zeros, before re-init. - Use accessor to access _mutex - ... and 26 more: https://git.openjdk.org/jdk/compare/ab2dbf2a...9e9f7232 ------------- Changes: https://git.openjdk.org/jdk/pull/31011/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31011&range=30 Stats: 6811 lines in 61 files changed: 6727 ins; 5 del; 79 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
