Request for review(XXS): 6982921: assert(_entry_bci != InvocationEntryBci) failed: wrong kind of nmethod
Christian Thalinger
christian.thalinger at Oracle.com
Tue Sep 7 13:01:00 PDT 2010
On Tue, 2010-09-07 at 12:49 -0700, Igor Veresov wrote:
> Assertion fails during print compilation because nmethod::print_on()
> calls osr_entry_bci() without checking that the method is an osr method.
> The fix adds an appropriate check.
>
>
> Webrev: http://cr.openjdk.java.net/~iveresov/6982921/webrev.00/
Looks good. I wonder why I never hit that assert before.
-- Christian
More information about the hotspot-compiler-dev
mailing list