commit | 34b016cb421c7b8a4495f852893195368657fbb0 | [log] [tgz] |
---|---|---|
author | Igor Veresov <iveresov@openjdk.org> | Tue Sep 07 14:16:50 2010 -0700 |
committer | Igor Veresov <iveresov@openjdk.org> | Tue Sep 07 14:16:50 2010 -0700 |
tree | 715146d9c282a3228af44ac39ae4e440d79416ba | |
parent | 2c66a6c3fd68016aef59a3f0f72c96db604c6ed5 [diff] |
6982921: assert(_entry_bci != InvocationEntryBci) failed: wrong kind of nmethod 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. Reviewed-by: never, twisti