hg: jdk7/hotspot-rt/hotspot: 6811367: Fix code in HeapDumper::dump_heap() to avoid buffer overrun (original) (raw)
coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Fri Jan 14 15:53:43 PST 2011
- Previous message: hg: jdk7/hotspot-rt/hotspot: 4926272: methodOopDesc::method_from_bcp is unsafe
- Next message: review (XS) for 7013008: assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Changeset: 17c778814856 Author: coleenp Date: 2011-01-14 13:47 -0500 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/17c778814856
6811367: Fix code in HeapDumper::dump_heap() to avoid buffer overrun Summary: Check buffer size before using and use dynamic buffer sizes for subsequent calls. Reviewed-by: kamg, dholmes
! src/share/vm/services/heapDumper.cpp
- Previous message: hg: jdk7/hotspot-rt/hotspot: 4926272: methodOopDesc::method_from_bcp is unsafe
- Next message: review (XS) for 7013008: assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]