• Mathieu Chartier's avatar
    Check pending exception result in AllocObjectWithAllocator. · 27f5ae83
    Mathieu Chartier authored
    Possible previous bug:
    Allocation fails due to OOM and the collector transitions.
    This caused us to incorrectly retry the allocation with a pending
    exception. We now return null if there is a pending exception.
    
    Bug: 17164348
    Change-Id: I22eab472afb2fdea6e800963ccb35ec0755ba0e6
    27f5ae83
heap-inl.h 13.1 KB