--- old/src/hotspot/share/code/compiledMethod.hpp 2018-12-18 11:42:38.921739810 +0100 +++ new/src/hotspot/share/code/compiledMethod.hpp 2018-12-18 11:42:38.609895815 +0100 @@ -212,6 +212,7 @@ virtual int compile_id() const = 0; virtual address verified_entry_point() const = 0; + virtual address verified_value_entry_point() const = 0; virtual void log_identity(xmlStream* log) const = 0; virtual void log_state_change() const = 0; virtual bool make_not_used() = 0;