Request for review (s) - NPG: Replace the ChunkList implementation with class FreeList<Metachunk>

Jon Masamitsu jon.masamitsu at oracle.com
Thu Apr 4 21:38:13 UTC 2013


On 4/4/13 10:20 AM, John Cuthbertson wrote:

Thanks.

Jon
> Hi Jon,
>
> This looks good to me.
>
> JohnC
>
> On 4/1/2013 3:13 PM, Jon Masamitsu wrote:
>> For the perm gen removal project the ChunkList class
>> which implemented a simple freelist of Metachunk's was added.
>> This change replaces ChunkList with FreeList<Metachunk>.
>>
>> Changes include
>>
>> - Deletion of ChunkList
>> - Code to initialize the freelists in the FreeList style
>> - Replacement of call to ChunkList methods with the
>> equivalent calls to FreeList methods.
>>
>> http://cr.openjdk.java.net/~jmasa/8011173
>>
>> Thanks.
>>
>> Jon
>




More information about the hotspot-gc-dev mailing list