RFR: 8252842: Extend jmap to support parallel heap dump [v21]

Chris Plummer cjplummer at openjdk.java.net
Fri Apr 30 19:30:00 UTC 2021


On Mon, 26 Apr 2021 12:45:56 GMT, Lin Zang <lzang at openjdk.org> wrote:

>> 8252842: Extend jmap to support parallel heap dump
>
> Lin Zang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 27 commits:
> 
>  - Merge branch 'master' into par-dump
>  - refine with several fix
>  - Merge branch 'master' into par-dump
>  - Merge branch 'master' into par-dump
>  - Typo fix
>  - remove parallel option and dumpheapext command
>  - Revert "hide the dumpheapext error message"
>    
>    This reverts commit 1af0e1e2bfab4f5d079c03ff0cb25067acacdac4.
>  - resize large object threshold
>  - Merge branch 'master' into par-dump
>  - Merge branch 'master' into par-dump
>  - ... and 17 more: https://git.openjdk.java.net/jdk/compare/c3ac6900...6d14790a

src/hotspot/share/services/heapDumperCompression.hpp line 222:

> 220:   char const* error() const { return _err; }
> 221: 
> 222:   // Sets up an internal buffer, fill with external buffer, and sends to compressor.

"fills"

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

PR: https://git.openjdk.java.net/jdk/pull/2261


More information about the serviceability-dev mailing list