--- old/src/share/vm/runtime/vframe_hp.cpp 2016-11-03 14:16:56.000000000 -0700 +++ new/src/share/vm/runtime/vframe_hp.cpp 2016-11-03 14:16:56.000000000 -0700 @@ -198,7 +198,7 @@ if (scope() == NULL) { CompiledMethod* nm = code(); Method* method = nm->method(); - assert(method->is_native(), ""); + assert(method->is_native() || nm->is_aot(), "Expect a native method or precompiled method"); if (!method->is_synchronized()) { return new GrowableArray(0); }