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

Thomas Schatzl tschatzl at openjdk.java.net
Wed Nov 4 11:52:01 UTC 2020


On Wed, 4 Nov 2020 10:51:08 GMT, Lin Zang <lzang at openjdk.org> wrote:

>> - Parallel heap iteration support for PSS
>> - JBS:  https://bugs.openjdk.java.net/browse/JDK-8252103
>
> Lin Zang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   improve readability and use SIZE_MAX for InvalidIndex

Please remove the `size_t` cast before `SIZE_MAX`. `SIZE_MAX` defines the maximum value that a `size_t` can hold, so it must be of that type.

Approving with that minor fix request. @kstefanj will sponsor it.

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

Marked as reviewed by tschatzl (Reviewer).

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



More information about the hotspot-gc-dev mailing list