[9] RFR(S): CodeHeap::next_free should be renamed
Igor Veresov
igor.veresov at oracle.com
Fri Jan 9 21:52:21 UTC 2015
Good.
igor
> On Jan 9, 2015, at 2:10 AM, Zoltán Majó <zoltan.majo at oracle.com> wrote:
>
> Hi,
>
>
> please review the following small patch.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8065894
>
> Problem: The method 'CodeHeap::next_free' does not return the next free HeapBlock as the name and the comment suggest. Actually, it returns the following block that is _not_ free, i.e., the next used block.
>
> Solution: The name of the method and the comment about the method is changed accordingly.
>
> Webrev: http://cr.openjdk.java.net/~zmajo/8065894/webrev.00/
>
> Testing: JPRT.
>
> Thank you and best regards,
>
>
> Zoltan
>
More information about the hotspot-compiler-dev
mailing list