review (XS) for 7013008: assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method
Tom Rodriguez
tom.rodriguez at oracle.com
Tue Jan 18 15:38:44 PST 2011
Thanks Dan and Vladimir.
tom
On Jan 18, 2011, at 3:20 PM, Vladimir Kozlov wrote:
> Looks good.
>
> Vladimir
>
> Tom Rodriguez wrote:
>> 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.
More information about the hotspot-runtime-dev
mailing list