--- old/src/share/vm/classfile/systemDictionary.cpp 2014-09-04 20:56:03.000000000 -0700 +++ new/src/share/vm/classfile/systemDictionary.cpp 2014-09-04 20:56:03.000000000 -0700 @@ -2290,6 +2290,9 @@ } assert(spe != NULL && spe->method() != NULL, ""); + assert(!UseCompiler || (spe->method()->has_compiled_code() && + spe->method()->code()->entry_point() == spe->method()->from_compiled_entry()), + "MH intrinsic invariant"); return spe->method(); }