src/hotspot/share/aot/aotCompiledMethod.hpp
changeset 51473 871581ff5ce5
parent 51341 09cc8813ae51
child 51731 8745f8f1b0f8
--- 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); }