RFR: 8257234 : Add gz option to SA jmap to write a gzipped heap dump [v9]
Serguei Spitsyn
sspitsyn at openjdk.java.net
Wed Jan 27 20:24:45 UTC 2021
On Wed, 27 Jan 2021 18:58:01 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> I think we should produce an error for something like gz=abc rather than use that as the filename, because I think it is likely user error.
Agreed. My suggestion was exactly this. We have to return an error in any attempt to start filename with "gz=". It will also simplify the code and make it more straightforward.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1712
More information about the serviceability-dev
mailing list