On Fri, 1 May 2026 15:37:12 GMT, Kevin Walls <[email protected]> wrote:

> 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).

make/modules/jdk.attach/Lib.gmk line 88:

> 86: 
> 87: TARGETS += $(BUILD_REVIVALHELPER_SCRIPTS)
> 88: endif

Please indent if blocks by 2 spaces. 
(https://openjdk.org/groups/build/doc/code-conventions.html)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31011#discussion_r3175312262

Reply via email to