src/hotspot/share/code/compiledMethod.hpp
changeset 51473 871581ff5ce5
parent 50416 ef980b9ac191
child 51591 9183040e34d8
--- a/src/hotspot/share/code/compiledMethod.hpp	Tue Aug 21 10:37:02 2018 -0400
+++ b/src/hotspot/share/code/compiledMethod.hpp	Tue Aug 21 08:38:02 2018 -0700
@@ -202,7 +202,7 @@
 
   virtual address verified_entry_point() const = 0;
   virtual void log_identity(xmlStream* log) const = 0;
-  virtual void log_state_change() const = 0;
+  virtual void log_state_change(oop cause = NULL) const = 0;
   virtual bool make_not_used() = 0;
   virtual bool make_not_entrant() = 0;
   virtual bool make_entrant() = 0;