> 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 incremental webrev excludes the unrelated changes brought in 
by the merge/rebase. The pull request contains 25 additional commits since the 
last revision:

 - Mutex clear_for_revive update.  Test for lock being held removed.
 - Merge remote-tracking branch 'upstream/master' into 8378084_jep_cores_impl
 - consistent libdirs, not libdir, as can be a list.  Use 
jdk.internal.util.OperatingSystem for OS check.
 - VirtualMachine api doc update
 - , may be empty
 - implSpec for default impl in AttachProvider
 - only use _s_vm_release_global, no need to use mangled version on Linux
 - Guard TRUE definition
 - Mutex method name clarification
 - os classes simplification
 - ... and 15 more: https://git.openjdk.org/jdk/compare/1ee1beba...247a2ebe

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/31011/files
  - new: https://git.openjdk.org/jdk/pull/31011/files/5a572cbf..247a2ebe

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=31011&range=21
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31011&range=20-21

  Stats: 22690 lines in 499 files changed: 17339 ins; 2501 del; 2850 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

Reply via email to