src/cpu/arm/vm/frame_arm.inline.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/arm/vm/frame_arm.inline.hpp	Thu Jan 19 14:28:53 2017
--- new/src/cpu/arm/vm/frame_arm.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(_cb->as_compiled_method()->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 { _deopt_state = not_deoptimized; } }

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