RFR: 8272611: Use parallel heap inspection when print classhisto info in gc log [v3]
Bin Liao
github.com+3094961+buddyliao at openjdk.java.net
Fri Sep 3 04:04:29 UTC 2021
> This patch helps to enhance the heap inspection with parallel threads when print classhisto info in gc log.
>
> I have built it on linux x86_64 and run test-tier1 successfully
>
> ---------
> ### Progress
> - [x] Change must not contain extraneous whitespace
> - [x] Commit message must refer to an issue
> - [ ] Change must be properly reviewed
>
>
>
> ### Reviewing
> <details><summary>Using <code>git</code></summary>
>
> Checkout this PR locally: \
> `$ git fetch https://git.openjdk.java.net/jdk pull/5158/head:pull/5158` \
> `$ git checkout pull/5158`
>
> Update a local copy of the PR: \
> `$ git checkout pull/5158` \
> `$ git pull https://git.openjdk.java.net/jdk pull/5158/head`
>
> </details>
> <details><summary>Using Skara CLI tools</summary>
>
> Checkout this PR locally: \
> `$ git pr checkout 5158`
>
> View PR using the GUI difftool: \
> `$ git pr show -t 5158`
>
> </details>
> <details><summary>Using diff file</summary>
>
> Download this PR as a diff file: \
> <a href="https://git.openjdk.java.net/jdk/pull/5158.diff">https://git.openjdk.java.net/jdk/pull/5158.diff</a>
>
> </details>
Bin Liao has updated the pull request incrementally with one additional commit since the last revision:
8272611: change heapInspection thread num in ClassHistogramDCmd::execute
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5158/files
- new: https://git.openjdk.java.net/jdk/pull/5158/files/6ae1b554..fa7dbc32
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5158&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5158&range=01-02
Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/5158.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5158/head:pull/5158
PR: https://git.openjdk.java.net/jdk/pull/5158
More information about the hotspot-gc-dev
mailing list