Review request (S): 7021322: assert(object_end <= top()) failed: Object crosses promotion LAB boundary

Ramki Ramakrishna y.s.ramakrishna at oracle.com
Tue Sep 13 09:03:17 UTC 2011



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



More information about the hotspot-gc-dev mailing list