Code review request: NMT: incorrect assertion in	VMMemPointerIterator::remove_released_region method (memSnapshot.cpp)
    Zhengyu Gu 
    zhengyu.gu at oracle.com
       
    Thu Nov 15 14:21:31 PST 2012
    
    
  
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
    
    
More information about the hotspot-dev
mailing list