RFR: JDK-8327769: jcmd GC.heap_dump without options should write to location given by -XX:HeapDumpPath, if set [v10]
Chris Plummer
cjplummer at openjdk.org
Wed Mar 27 23:35:32 UTC 2024
On Wed, 27 Mar 2024 23:05:22 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Notwithstanding that there may be cases where this change would be convenient...
I did get feedback from a couple of our support engineers. One felt it was of no real benefit as it was just as easy to provide the filename as an argument to the jcmd. The other thought it might be of some benefit, but also had a misunderstanding of how the jcmd currently works (thought that with no filename given, it would automatically dump into the current directory). There were no strong arguments for this PR, especially that overcome all the issues it creates.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18190#issuecomment-2024153420
More information about the hotspot-runtime-dev
mailing list