src/cpu/x86/vm/frame_x86.inline.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/frame_x86.inline.hpp	Thu Jan 19 14:28:53 2017
--- new/src/cpu/x86/vm/frame_x86.inline.hpp	Thu Jan 19 14:28:53 2017

*** 73,83 **** --- 73,84 ---- adjust_unextended_sp(); address original_pc = CompiledMethod::get_deopt_original_pc(this); if (original_pc != NULL) { _pc = original_pc; ! assert(((CompiledMethod*)_cb)->insts_contains(_pc), "original PC must be in CompiledMethod"); ! assert(_cb->as_compiled_method()->insts_contains_inclusive(_pc), + "original PC must be in the main code section of the the compiled method (or must be immediately following it)"); _deopt_state = is_deoptimized; } else { if (_cb->is_deoptimization_stub()) { _deopt_state = is_deoptimized; } else {

src/cpu/x86/vm/frame_x86.inline.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File