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

Stefan Johansson sjohanss at openjdk.java.net
Tue Nov 3 08:50:57 UTC 2020


On Mon, 2 Nov 2020 16:19:19 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:
> 
>   fix issue of slowdebug build fail

src/hotspot/share/gc/parallel/psOldGen.cpp line 213:

> 211:     }
> 212:     assert(begin <= start,
> 213:            "object address" PTR_FORMAT " must be larger or equal to block address at " PTR_FORMAT "\n",

Just noticed the extra "\n" at the end, there is no need for this, please remove it.

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

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



More information about the hotspot-gc-dev mailing list