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

Igor Veresov igor.veresov at oracle.com
Tue Mar 8 23:05:57 PST 2011


Looks good.

igor

On 3/8/11 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