src/hotspot/share/code/compiledIC.hpp
changeset 58505 c16f3a24a6fc
parent 53652 262afafdb266
--- a/src/hotspot/share/code/compiledIC.hpp	Tue Oct 08 09:39:10 2019 -0700
+++ b/src/hotspot/share/code/compiledIC.hpp	Tue Oct 08 13:18:40 2019 -0400
@@ -402,6 +402,9 @@
 
   // Also used by CompiledIC
   void set_to_interpreted(const methodHandle& callee, address entry);
+  void verify_mt_safe(const methodHandle& callee, address entry,
+                      NativeMovConstReg* method_holder,
+                      NativeJump*        jump) PRODUCT_RETURN;
 #if INCLUDE_AOT
   void set_to_far(const methodHandle& callee, address entry);
 #endif