--- old/src/share/vm/code/compiledIC.hpp 2015-08-28 10:34:23.378558745 +0200 +++ new/src/share/vm/code/compiledIC.hpp 2015-08-28 10:34:23.302558748 +0200 @@ -214,7 +214,7 @@ // // They all takes a TRAP argument, since they can cause a GC if the inline-cache buffer is full. // - void set_to_clean(); + void set_to_clean(bool in_use = true); void set_to_monomorphic(CompiledICInfo& info); void clear_ic_stub();