hg: jdk7/hotspot-comp/hotspot: 6982921: assert(_entry_bci != InvocationEntryBci) failed: wrong kind of nmethod

igor.veresov at oracle.com igor.veresov at oracle.com
Tue Sep 7 17:11:13 PDT 2010


Changeset: ac4f710073ed
Author:    iveresov
Date:      2010-09-07 14:16 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/ac4f710073ed

6982921: assert(_entry_bci != InvocationEntryBci) failed: wrong kind of nmethod
Summary: 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

! src/share/vm/code/nmethod.cpp



More information about the hotspot-compiler-dev mailing list