diff -r eb97d1a319f9 -r 871581ff5ce5 src/hotspot/share/aot/aotCompiledMethod.hpp --- a/src/hotspot/share/aot/aotCompiledMethod.hpp Tue Aug 21 10:37:02 2018 -0400 +++ b/src/hotspot/share/aot/aotCompiledMethod.hpp Tue Aug 21 08:38:02 2018 -0700 @@ -193,7 +193,7 @@ virtual int comp_level() const { return CompLevel_aot; } virtual address verified_entry_point() const { return _code + _meta->verified_entry_offset(); } virtual void log_identity(xmlStream* stream) const; - virtual void log_state_change() const; + virtual void log_state_change(oop cause = NULL) const; virtual bool make_entrant() NOT_TIERED({ ShouldNotReachHere(); return false; }); virtual bool make_not_entrant() { return make_not_entrant_helper(not_entrant); } virtual bool make_not_used() { return make_not_entrant_helper(not_used); }