src/hotspot/share/code/compiledIC.cpp
changeset 50416 ef980b9ac191
parent 49655 d6893a76c554
child 51314 82adcc8ad853
--- a/src/hotspot/share/code/compiledIC.cpp	Tue Jun 05 23:10:54 2018 +0530
+++ b/src/hotspot/share/code/compiledIC.cpp	Wed May 02 11:28:49 2018 -0400
@@ -552,7 +552,8 @@
 
 // ----------------------------------------------------------------------------
 
-void CompiledStaticCall::set_to_clean() {
+void CompiledStaticCall::set_to_clean(bool in_use) {
+  // in_use is unused but needed to match template function in CompiledMethod
   assert (CompiledIC_lock->is_locked() || SafepointSynchronize::is_at_safepoint(), "mt unsafe call");
   // Reset call site
   MutexLockerEx pl(SafepointSynchronize::is_at_safepoint() ? NULL : Patching_lock, Mutex::_no_safepoint_check_flag);