[9] RFR(XS): 8042428: CompileQueue::free_all() code is incorrect
Albert
albert.noll at oracle.com
Tue May 6 07:29:33 UTC 2014
Niclas, thanks for looking at this.
Best,
Albert
On 05/06/2014 09:26 AM, Niclas Adlertz wrote:
> 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