--- old/src/hotspot/share/aot/aotCompiledMethod.hpp 2018-12-03 14:35:29.698978441 +0100 +++ new/src/hotspot/share/aot/aotCompiledMethod.hpp 2018-12-03 14:35:29.378981604 +0100 @@ -192,6 +192,7 @@ virtual int comp_level() const { return CompLevel_aot; } virtual address verified_entry_point() const { return _code + _meta->verified_entry_offset(); } + virtual address verified_value_entry_point() const { return NULL; } virtual void log_identity(xmlStream* stream) const; virtual void log_state_change(oop cause = NULL) const; virtual bool make_entrant() NOT_TIERED({ ShouldNotReachHere(); return false; });