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

Tom Rodriguez tom.rodriguez at oracle.com
Tue Mar 8 20:43:59 PST 2011


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