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

Jon Masamitsu jon.masamitsu at oracle.com
Tue Apr 16 21:40:45 UTC 2013


Final webrev with all review comment changes.
Thanks Mikael, John, Thomas and Coleen.

http://cr.openjdk.java.net/~jmasa/8011173/webrev.01/


On 04/01/13 15:13, 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