On 9/13/2011 1:00 AM, Stefan Karlsson wrote: > I replaced: > assert(object_end <= top(), "Object crosses promotion LAB boundary"); > ... > if (object_end == top()) > > with: > assert(object_end == top(), "Not matching last allocation"); Excellent; thanks! -- ramki