hotspot/src/share/vm/code/nmethod.hpp
changeset 33632 038347770a9e
parent 33160 c59f1676d27e
child 34167 52add43cc691
child 33638 ef49ed90010b
--- a/hotspot/src/share/vm/code/nmethod.hpp	Tue Nov 03 20:12:51 2015 +0300
+++ b/hotspot/src/share/vm/code/nmethod.hpp	Wed Nov 04 07:23:23 2015 -1000
@@ -603,6 +603,7 @@
   oop jvmci_installed_code() { return _jvmci_installed_code ; }
   char* jvmci_installed_code_name(char* buf, size_t buflen);
   void set_jvmci_installed_code(oop installed_code) { _jvmci_installed_code = installed_code;  }
+  void maybe_invalidate_installed_code();
   oop speculation_log() { return _speculation_log ; }
   void set_speculation_log(oop speculation_log) { _speculation_log = speculation_log;  }
 #endif