--- old/src/share/vm/code/compiledIC.hpp 2014-09-23 14:30:53.003979804 +0200 +++ new/src/share/vm/code/compiledIC.hpp 2014-09-23 14:30:52.799979797 +0200 @@ -216,6 +216,7 @@ // void set_to_clean(); // Can only be called during a safepoint operation void set_to_monomorphic(CompiledICInfo& info); + void clear_ic_stub(); // Returns true if successful and false otherwise. The call can fail if memory // allocation in the code cache fails.