Request for review (s) - 8003554: NPG: move Metablock and Metachunk code out of metaspace.cpp
Jon Masamitsu
jon.masamitsu at oracle.com
Fri Nov 30 23:58:15 UTC 2012
After a merge with the latest gc_baseline (a few minor
collisions) , I've updated the webrev.
http://cr.openjdk.java.net/~jmasa/8003554/webrev.01/
On 11/29/2012 11:04 AM, Jon Masamitsu wrote:
> 8003554: NPG: move Metablock and Metachunk code out of metaspace.cpp
>
> http://cr.openjdk.java.net/~jmasa/8003554/webrev.00/
>
> This moves code for Metablock and Metachunk out of metaspace.cpp and
> into metablock.cpp and metachunk.cpp, respectively.
>
> The only semantic change is the creation and use of
> verify_chunk_size() which moves an assertion check
> on the size of the Metachunk out of Metachunk::verify()
> and into SpaceManager (for access to MediumChunk
> and SmallChunk which belong to SpaceManager).
More information about the hotspot-gc-dev
mailing list