Request for review(XXS): 6982921: assert(_entry_bci != InvocationEntryBci) failed: wrong kind of nmethod

Igor Veresov igor.veresov at oracle.com
Tue Sep 7 12:49:54 PDT 2010


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/


Thanks,
igor


More information about the hotspot-compiler-dev mailing list