[9] RFR(XS): 8042428: CompileQueue::free_all() code is incorrect

Albert albert.noll at oracle.com
Tue May 6 07:12:23 UTC 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20140506/72802f62/attachment.html>


More information about the hotspot-compiler-dev mailing list