On Wed, 9 Apr 2025 09:34:02 GMT, Kevin Walls wrote:
>> This is a long-standing oversight: HeapDumpPath does not recognise %p for
>> pid expansion.
>> The default filename uses a pid (e.g. java_pid1676937.hprof) but
>> HeapDumpPath does not.
>> It has always done a manual "root plus pid plus ext
> This is a long-standing oversight: HeapDumpPath does not recognise %p for pid
> expansion.
> The default filename uses a pid (e.g. java_pid1676937.hprof) but HeapDumpPath
> does not.
> It has always done a manual "root plus pid plus extension" on the default
> filename only, and
> should move