[9] RFR(XS): 8042428: CompileQueue::free_all() code is incorrect
Niclas Adlertz
niclas.adlertz at oracle.com
Tue May 6 07:26:18 UTC 2014
That looks good to me.
Kind Regards,
Niclas Adlertz
On 05/06/2014 09:12 AM, Albert wrote:
> Hi all,
>
> could I get reviews for this small patch?
>
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8042428
>
> Problem:
> The loop in CompileQueue::free_all() is incorrect because
> CompileTask::_next field is overwritten by CompileTask::free().
>
> Solution:
> Free task after getting next pointer of freelist.
>
> Webrev:
> http://cr.openjdk.java.net/~anoll/8042428/webrev.00/
>
>
> Many thanks in advance,
> Albert
>
More information about the hotspot-compiler-dev
mailing list