--- old/src/cpu/x86/vm/frame_x86.cpp 2017-01-19 14:28:53.536560402 +0100 +++ new/src/cpu/x86/vm/frame_x86.cpp 2017-01-19 14:28:53.340560396 +0100 @@ -376,7 +376,8 @@ fr._unextended_sp = unextended_sp; address original_pc = nm->get_original_pc(&fr); - assert(nm->insts_contains(original_pc), "original PC must be in CompiledMethod"); + assert(nm->insts_contains_inclusive(original_pc), + "original PC must be in the main code section of the the compiled method (or must be immediately following it)"); } #endif