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

Lin Zang lzang at openjdk.java.net
Wed Nov 4 06:08:09 UTC 2020


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

Lin Zang has updated the pull request incrementally with two additional commits since the last revision:

 - revise claim_and_get_block() to avoid using pointer arguments
 - - comments touch-up
   - use unsigned data type for claim index, removing a few casts
   - renamings
   - some minor code simplifications

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/25/files
  - new: https://git.openjdk.java.net/jdk/pull/25/files/dacae056..2668fe69

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

  Stats: 74 lines in 3 files changed: 10 ins; 17 del; 47 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