Code review request: NMT: incorrect assertion in VMMemPointerIterator::remove_released_region method (memSnapshot.cpp) (original) (raw)
Coleen Phillimore coleen.phillimore at oracle.com
Fri Nov 16 05:43:33 PST 2012
- Previous message: Code review request: NMT: incorrect assertion in VMMemPointerIterator::remove_released_region method (memSnapshot.cpp)
- Next message: hg: hsx/hotspot-main/hotspot: 3 new changesets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good. thanks, Coleen
On 11/15/2012 5:21 PM, Zhengyu Gu wrote:
The assertion is to check that there is not more committed region within the memory region to be released, so the check to be applied to the reserved region that is going to be released, but not whole region, when the region to be released is only a segment within the region.
http://cr.openjdk.java.net/~zgu/8003487/webrev.00/ Thanks, -Zhengyu
- Previous message: Code review request: NMT: incorrect assertion in VMMemPointerIterator::remove_released_region method (memSnapshot.cpp)
- Next message: hg: hsx/hotspot-main/hotspot: 3 new changesets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]