RFR: 8252103: Parallel heap inspection for ParallelScavengeHeap [v9]

Lin Zang lzang at openjdk.java.net
Fri Oct 30 02:17:03 UTC 2020


> - Parallel heap iteration support for PSS
> - JBS:  https://bugs.openjdk.java.net/browse/JDK-8252103

Lin Zang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:

 - Merge remote-tracking branch 'upstream/master' into jmap-par
 - Merge remote-tracking branch 'upstream/master' into jmap-par
 - update the return type of iterable_blocks to size_t
 - cast iterable_blocks to int in claim_and_get_block()
 - fix constant coding style and do code refine
 - Refine HeapBlockClaimer implementation
 - 8252103: Parallel heap inspection for ParallelScavengeHeap
   
   - Parallel heap iteration support for PSS
   - JBS:  https://bugs.openjdk.java.net/browse/JDK-8252103

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/25/files
  - new: https://git.openjdk.java.net/jdk/pull/25/files/161b5954..bd06f912

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=25&range=08
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=25&range=07-08

  Stats: 2181 lines in 58 files changed: 466 ins; 1559 del; 156 mod
  Patch: https://git.openjdk.java.net/jdk/pull/25.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/25/head:pull/25

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



More information about the hotspot-gc-dev mailing list