[9] RFR(S): CodeHeap::next_free should be renamed
Zoltán Majó
zoltan.majo at oracle.com
Mon Jan 12 08:27:41 UTC 2015
Thank you, Tobias and Igor, for the reviews!
This is a small change, so I assume we can push it with only one
Reviewer's review.
Best regards,
Zoltan
On 01/09/2015 10:52 PM, Igor Veresov wrote:
> 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