RFR: 8252105: parallel heap inspection for ZCollectedHeap [v2]
Lin Zang
lzang at openjdk.java.net
Fri Sep 11 07:28:58 UTC 2020
On Thu, 10 Sep 2020 09:57:29 GMT, Lin Zang <lzang at openjdk.org> wrote:
>> Just looked at this briefly. My initial comment is that we need to avoid all the code duplicated from ZHeapIterator and
>> isolate all this a bit better. Perhaps folding everything into one iterator, that can be used by both object_iterate()
>> and parallel_object_iterator(). I'll take a closer look, and perhaps try some alternatives, when I get a chance.
>
> Hi @pliden,
> Thanks for your comments, I will try to merge ZHeapIterator and ZHeapParIterator and update the pr then.
> -Lin
Hi @pliden,
I updated the PR which merge the changed code into ZHeapIterator.
May I ask your help to review it ? Thanks.
-Lin
-------------
PR: https://git.openjdk.java.net/jdk/pull/103
More information about the serviceability-dev
mailing list