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

John Cuthbertson john.cuthbertson at oracle.com
Thu Apr 4 17:20:35 UTC 2013


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