Class ObjectArrayRecord


  • public class ObjectArrayRecord
    extends LongObjectRecord
    Record representing an object array. As of PHD v5 this contains a number of elements record on the end of the LongObjectRecord structure
    • Constructor Detail

      • ObjectArrayRecord

        public ObjectArrayRecord​(long address,
                                 long previousAddress,
                                 long elementClassAddress,
                                 int hashCode,
                                 int numberOfElements,
                                 ReferenceIterator references,
                                 boolean is64bit,
                                 long instanceSize,
                                 boolean is32BitHash)