Request for reviews (S): 7025742: Can not use CodeCache::unallocated_capacity() with fragmented CodeCache

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Mar 8 20:48:10 PST 2011


Thank you, Tom

Vladimir

On 3/8/11 8:43 PM, Tom Rodriguez wrote:
> That looks good.
>
> tom
>
> On Mar 8, 2011, at 3:53 PM, Vladimir Kozlov wrote:
>
>> http://cr.openjdk.java.net/~kvn/7025742/webrev
>>
>> Fixed 7025742: Can not use CodeCache::unallocated_capacity() with fragmented CodeCache
>>
>> CodeCache::unallocated_capacity() reports combined (not continues) free space.
>>
>> Use largest_free_block() instead of unallocated_capacity().
>


More information about the hotspot-compiler-dev mailing list