Request for review: 7110428 Crash during HeapDump operation

poonam.bajaj at oracle.com poonam.bajaj at oracle.com
Thu Nov 10 21:20:15 PST 2011


Hi,

Can I get a couple of reviews for this change:

CR 7110428: Crash during HeapDump operation
http://monaco.sfbay.sun.com/detail.jsf?cr=7110428

The crash happens when VM thread traverses the heap during heapdump 
operation and it finds the heap in non-parseable state. The heap can be 
left in non-parseable state if due to some reason GC is skipped and we 
didn't call ensure_parsability() either before dumping the heap. The 
solution is to always call ensure_parsability() In 
VM_HeapDumper::doit(), whether or not a GC is requested before the heap 
dumping.

http://cr.openjdk.java.net/~poonam/7110428/webrev.00/


Thanks,
Poonam


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20111111/b8100605/attachment.html 


More information about the hotspot-runtime-dev mailing list