Request for reviews (S): 7025742: Can not use CodeCache::unallocated_capacity() with fragmented CodeCache
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Mar 8 15:53:18 PST 2011
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