--- old/src/hotspot/share/aot/aotCompiledMethod.hpp 2018-03-20 18:40:00.031286806 -0400 +++ new/src/hotspot/share/aot/aotCompiledMethod.hpp 2018-03-20 18:39:59.344223046 -0400 @@ -117,7 +117,7 @@ const int _method_index; oop _oop; // method()->method_holder()->klass_holder() - address* orig_pc_addr(const frame* fr) { return (address*) ((address)fr->unextended_sp() + _meta->orig_pc_offset()); } + address* orig_pc_addr(const frame* fr); bool make_not_entrant_helper(int new_state); public: