On Thu, 10 Sep 2020 09:57:29 GMT, Lin Zang <lz...@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