Module openj9.dtfj

Class GCSegmentIterator

    • Constructor Detail

    • Method Detail

      • fromJ9MemorySegmentList

        public static GCSegmentIterator fromJ9MemorySegmentList​(com.ibm.j9ddr.vm29.pointer.generated.J9MemorySegmentListPointer list,
                                                                long flags)
                                                         throws CorruptDataException
        Factory method to construct an appropriate segment iterator.
        Parameters:
        list - the J9MemorySegmentList to iterate
        flags - only iterate segments that match these flags
        Returns:
        an instance of GCSegmentIterator
        Throws:
        CorruptDataException