review (XS) for 7013008: assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method (original) (raw)
Tom Rodriguez tom.rodriguez at oracle.com
Tue Jan 18 14:38:19 PST 2011
- Previous message: hg: jdk7/hotspot-rt/hotspot: 6811367: Fix code in HeapDumper::dump_heap() to avoid buffer overrun
- 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 ]
http://cr.openjdk.java.net/~never/7013008/
7013008: assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method Reviewed-by:
The Relocator maintains an resource array during rewriting that can never contain breakpoints so passing in the methodOop is incorrect. Tested with parallel classloading tests.
- Previous message: hg: jdk7/hotspot-rt/hotspot: 6811367: Fix code in HeapDumper::dump_heap() to avoid buffer overrun
- 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 ]