Re: RFR: 8353727: HeapDumpPath doesn't expand %p [v3]

2025-04-09 Thread Thomas Stuefe
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

Re: RFR: 8353727: HeapDumpPath doesn't expand %p [v3]

2025-04-09 Thread Kevin Walls
> 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